Home
last modified time | relevance | path

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

/btstack/src/ble/
H A Dgatt_client.c88 static void gatt_client_event_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet…
120 hci_event_callback_registration.callback = &gatt_client_event_packet_handler; in gatt_client_init()
124 sm_event_callback_registration.callback = &gatt_client_event_packet_handler; in gatt_client_init()
1828 static void gatt_client_event_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet… in gatt_client_event_packet_handler() function