Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local database API functions are not available to BlueGigaClient #24

Open
eblot opened this issue Oct 21, 2016 · 0 comments
Open

Local database API functions are not available to BlueGigaClient #24

eblot opened this issue Oct 21, 2016 · 0 comments

Comments

@eblot
Copy link

eblot commented Oct 21, 2016

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:

  • read_by_handle
  • read_type
  • ble_rsp_attributes_read
  • ble_rsp_attributes_read_type
  • (and maybe their write-access counterparts)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant