Searched refs:hci_event_builder_add_con_handle (Results 1 – 4 of 4) sorted by relevance
/btstack/src/ |
H A D | hci_event_builder.h | 141 void hci_event_builder_add_con_handle(hci_event_builder_context_t * context, hci_con_handle_t con_h…
|
H A D | hci_event_builder.c | 118 void hci_event_builder_add_con_handle(hci_event_builder_context_t * context, hci_con_handle_t con_h… in hci_event_builder_add_con_handle() function
|
/btstack/test/mock/ |
H A D | mock_gatt_client.c | 169 hci_event_builder_add_con_handle(&context, gatt_client->con_handle); in emit_gatt_complete_event() 181 hci_event_builder_add_con_handle(&context, gatt_client->con_handle); in emit_gatt_service_query_result_event() 196 hci_event_builder_add_con_handle(&context, gatt_client->con_handle); in emit_gatt_characteristic_query_result_event() 213 hci_event_builder_add_con_handle(&context, gatt_client->con_handle); in emit_gatt_all_characteristic_descriptors_result_event()
|
/btstack/src/ble/ |
H A D | gatt_client.c | 699 hci_event_builder_add_con_handle(&context, gatt_client->con_handle); in gatt_client_service_emit_database_hash() 711 hci_event_builder_add_con_handle(&context, gatt_client->con_handle); in gatt_client_service_emit_service_changed() 940 hci_event_builder_add_con_handle(&context, gatt_client->con_handle); in emit_gatt_complete_event() 952 hci_event_builder_add_con_handle(&context, gatt_client->con_handle); in emit_gatt_service_query_result_event() 966 hci_event_builder_add_con_handle(&context, gatt_client->con_handle); in emit_gatt_included_service_query_result_event() 982 hci_event_builder_add_con_handle(&context, gatt_client->con_handle); in emit_gatt_characteristic_query_result_event() 999 hci_event_builder_add_con_handle(&context, gatt_client->con_handle); in emit_gatt_all_characteristic_descriptors_result_event()
|