mjbrown / bgapi

A python package for communicating with BlueGiga modules through their proprietary API.
39 stars 25 forks source link

Local database API functions are not available to BlueGigaClient #24

Open eblot opened 7 years ago

eblot commented 7 years ago

It can be useful to access the local device attributes of a BLE112 device used as a client, such as the firmware_revision (0x2a26) or the device name

Unfortunately, the following methods are only available to BlueGigaServer:

It does not seem it would hurt to move these implementation into the parent class (BlueGigaModule) so that both the server and the client may access these methods.