oops. ReadCallback_t has moved into GattClient.
This commit is contained in:
parent
49ec8f8bc2
commit
c0eb59b498
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ public:
|
|||
ble_error_t writeWoResponse(uint16_t length, const uint8_t *value) const;
|
||||
|
||||
|
||||
static void setupOnDataRead(ReadCallback_t callback) {
|
||||
static void setupOnDataRead(GattClient::ReadCallback_t callback) {
|
||||
onDataReadCallback = callback;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue