Home
last modified time | relevance | path

Searched refs:setGATTCharacteristicNotificationCallback (Results 1 – 3 of 3) sorted by relevance

/btstack/port/arduino/
H A DBTstack.h178 …void setGATTCharacteristicNotificationCallback(void (*)(BLEDevice * device, uint16_t value_handle,…
H A DBTstack.cpp626 void BTstackManager::setGATTCharacteristicNotificationCallback(void (*callback)(BLEDevice * device,… in setGATTCharacteristicNotificationCallback() function in BTstackManager
/btstack/port/arduino/examples/LECentral/
H A DLECentral.ino79 BTstack.setGATTCharacteristicNotificationCallback(gattCharacteristicNotification);