Initial release of BLExplorer.
Features:
- Discovery of nearby devices, showing their name, manufacturer data and advertised services' UUIDs, along with RSSI
- Connecting to selected device
- Listing all the services and characteristics of the device
- Read, write and notify operations on characteristics
- Read/write is done using bytes in hexadecimal system, e.g.
01
,ab4cd
, etc
The number of connected devices is limited to 3, the number of services per device to 6 and the number of characteristics per service to 5.