Searched refs:gatt_client_characteristic_descriptor_t (Results 1 – 14 of 14) sorted by relevance
/btstack/src/ble/ |
H A D | gatt_client.h | 338 } gatt_client_characteristic_descriptor_t; typedef 961 …_packet_handler_t callback, hci_con_handle_t con_handle, gatt_client_characteristic_descriptor_t *… 989 …_packet_handler_t callback, hci_con_handle_t con_handle, gatt_client_characteristic_descriptor_t *… 1034 …_packet_handler_t callback, hci_con_handle_t con_handle, gatt_client_characteristic_descriptor_t *… 1066 …_packet_handler_t callback, hci_con_handle_t con_handle, gatt_client_characteristic_descriptor_t *… 1289 …cteristic_descriptor(const uint8_t * packet, int offset, gatt_client_characteristic_descriptor_t *…
|
H A D | gatt_client.c | 3016 …_packet_handler_t callback, hci_con_handle_t con_handle, gatt_client_characteristic_descriptor_t *… in gatt_client_read_characteristic_descriptor() 3039 …_packet_handler_t callback, hci_con_handle_t con_handle, gatt_client_characteristic_descriptor_t *… in gatt_client_read_long_characteristic_descriptor() 3060 …_packet_handler_t callback, hci_con_handle_t con_handle, gatt_client_characteristic_descriptor_t *… in gatt_client_write_characteristic_descriptor() 3085 …_packet_handler_t callback, hci_con_handle_t con_handle, gatt_client_characteristic_descriptor_t *… in gatt_client_write_long_characteristic_descriptor() 3165 …cteristic_descriptor(const uint8_t * packet, int offset, gatt_client_characteristic_descriptor_t *… in gatt_client_deserialize_characteristic_descriptor()
|
H A D | gatt_service_client.c | 480 gatt_client_characteristic_descriptor_t characteristic_descriptor; in gatt_service_client_gatt_packet_handler()
|
/btstack/test/fuzz/ |
H A D | fuzz_gatt_client.c | 112 gatt_client_characteristic_descriptor_t descriptor; in LLVMFuzzerTestOneInput()
|
/btstack/src/ble/gatt-service/ |
H A D | scan_parameters_service_client.c | 280 gatt_client_characteristic_descriptor_t characteristic_descriptor; in handle_gatt_client_event()
|
H A D | battery_service_client.c | 566 gatt_client_characteristic_descriptor_t characteristic_descriptor; in handle_gatt_client_event()
|
H A D | hids_client.c | 320 … hids_client_add_external_report(hids_client_t * client, gatt_client_characteristic_descriptor_t *… in hids_client_add_external_report() 986 gatt_client_characteristic_descriptor_t characteristic_descriptor; in handle_gatt_client_event()
|
/btstack/tool/migration_to_v1.0/ |
H A D | migration.sed | 141 s|le_characteristic_descriptor_t|gatt_client_characteristic_descriptor_t|g
|
/btstack/test/gatt_client/ |
H A D | gatt_client_test.cpp | 78 static gatt_client_characteristic_descriptor_t descriptors[50]; 154 gatt_client_characteristic_descriptor_t descriptor; in handle_ble_client_event() 1397 gatt_client_characteristic_descriptor_t descriptor; in TEST()
|
/btstack/doc/manual/ |
H A D | btstack_gettingstarted.tex | 67 …gatt_client_characteristic_t, gatt_client_service_t, gatt_client_characteristic_descriptor_t, serv…
|
/btstack/platform/daemon/src/ |
H A D | daemon.c | 857 void daemon_gatt_serialize_characteristic_descriptor(gatt_client_characteristic_descriptor_t * char… in daemon_gatt_serialize_characteristic_descriptor() 899 gatt_client_characteristic_descriptor_t descriptor; in btstack_command_handler()
|
/btstack/src/le-audio/gatt-service/ |
H A D | broadcast_audio_scan_service_client.c | 692 gatt_client_characteristic_descriptor_t characteristic_descriptor; in bass_client_handle_gatt_client_event()
|
/btstack/test/mock/ |
H A D | mock_gatt_client.c | 149 …cteristic_descriptor(const uint8_t * packet, int offset, gatt_client_characteristic_descriptor_t *… in gatt_client_deserialize_characteristic_descriptor()
|
/btstack/src/ |
H A D | btstack_event.h | 2861 …ult_get_characteristic_descriptor(const uint8_t * event, gatt_client_characteristic_descriptor_t *… in gatt_event_all_characteristic_descriptors_query_result_get_characteristic_descriptor()
|