Home
last modified time | relevance | path

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

/btstack/src/ble/
H A Dgatt_client.h975 …handle(btstack_packet_handler_t callback, hci_con_handle_t con_handle, uint16_t descriptor_handle);
1003 …handle(btstack_packet_handler_t callback, hci_con_handle_t con_handle, uint16_t descriptor_handle);
1018 …ck_packet_handler_t callback, hci_con_handle_t con_handle, uint16_t descriptor_handle, uint16_t of…
1050 …ck_packet_handler_t callback, hci_con_handle_t con_handle, uint16_t descriptor_handle, uint16_t va…
1082 …ck_packet_handler_t callback, hci_con_handle_t con_handle, uint16_t descriptor_handle, uint16_t va…
1099 …ck_packet_handler_t callback, hci_con_handle_t con_handle, uint16_t descriptor_handle, uint16_t of…
H A Dgatt_client.c994 gatt_client_t * gatt_client, uint16_t descriptor_handle, const uint8_t * uuid128){ in emit_gatt_all_characteristic_descriptors_result_event() argument
1002 hci_event_builder_add_16(&context, descriptor_handle); in emit_gatt_all_characteristic_descriptors_result_event()
1242 …att_characteristic_descriptor(gatt_client_t * gatt_client, uint16_t descriptor_handle, uint8_t *va… in report_gatt_characteristic_descriptor() argument
1245 descriptor_handle, value, in report_gatt_characteristic_descriptor()
1250 …ong_characteristic_descriptor(gatt_client_t * gatt_client, uint16_t descriptor_handle, uint8_t *bl… in report_gatt_long_characteristic_descriptor() argument
1253 descriptor_handle, value_offset, in report_gatt_long_characteristic_descriptor()
1261 uint16_t descriptor_handle = little_endian_read_16(packet,i); in report_gatt_all_characteristic_descriptors() local
1270 … emit_gatt_all_characteristic_descriptors_result_event(gatt_client, descriptor_handle, uuid128); in report_gatt_all_characteristic_descriptors()
3001 …handle(btstack_packet_handler_t callback, hci_con_handle_t con_handle, uint16_t descriptor_handle){ in gatt_client_read_characteristic_descriptor_using_descriptor_handle() argument
3009 gatt_client->attribute_handle = descriptor_handle; in gatt_client_read_characteristic_descriptor_using_descriptor_handle()
[all …]
/btstack/test/mock/
H A Dmock_gatt_client.c208 gatt_client_t * gatt_client, uint16_t descriptor_handle, const uint8_t * uuid128){ in emit_gatt_all_characteristic_descriptors_result_event() argument
216 hci_event_builder_add_16(&context, descriptor_handle); in emit_gatt_all_characteristic_descriptors_result_event()
446 …handle(btstack_packet_handler_t callback, hci_con_handle_t con_handle, uint16_t descriptor_handle){ in gatt_client_read_characteristic_descriptor_using_descriptor_handle() argument
448 mock_gatt_client_value_handle = descriptor_handle; in gatt_client_read_characteristic_descriptor_using_descriptor_handle()