You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: