Home
last modified time | relevance | path

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

/btstack/src/ble/gatt-service/
H A Dscan_parameters_service_client.c359 …lient = scan_parameters_service_get_client_for_con_handle(gatt_event_query_complete_get_handle(pac… in handle_gatt_client_event()
H A Ddevice_information_service_client.c435 …nt = device_information_service_get_client_for_con_handle(gatt_event_query_complete_get_handle(pac… in handle_gatt_client_event()
H A Dbattery_service_client.c586 … client = battery_service_get_client_for_con_handle(gatt_event_query_complete_get_handle(packet)); in handle_gatt_client_event()
H A Dhids_client.c1231 client = hids_get_client_for_con_handle(gatt_event_query_complete_get_handle(packet)); in handle_gatt_client_event()
/btstack/src/le-audio/gatt-service/
H A Dbroadcast_audio_scan_service_client.c798 …connection = bass_client_get_connection_for_con_handle(gatt_event_query_complete_get_handle(packet… in bass_client_handle_gatt_client_event()
/btstack/src/ble/
H A Dgatt_client.c766 con_handle = gatt_event_query_complete_get_handle(packet); in gatt_client_service_packet_handler()
3716 con_handle = gatt_event_query_complete_get_handle(packet); in gatt_client_le_enhanced_packet_handler()
/btstack/src/
H A Dbtstack_event.h2669 static inline hci_con_handle_t gatt_event_query_complete_get_handle(const uint8_t * event){ in gatt_event_query_complete_get_handle() function