/external/bluetooth/bluez/attrib/ |
gatttool.c | 74 static void events_handler(const uint8_t *pdu, uint16_t len, gpointer user_data) function 112 g_attrib_register(attrib, ATT_OP_HANDLE_NOTIFY, events_handler, 114 g_attrib_register(attrib, ATT_OP_HANDLE_IND, events_handler,
|
interactive.c | 101 static void events_handler(const uint8_t *pdu, uint16_t len, gpointer user_data) function 145 g_attrib_register(attrib, ATT_OP_HANDLE_NOTIFY, events_handler, 147 g_attrib_register(attrib, ATT_OP_HANDLE_IND, events_handler,
|
client.c | 268 static void events_handler(const uint8_t *pdu, uint16_t len, function 355 events_handler, gatt, NULL); 358 events_handler, gatt, NULL);
|