Home
last modified time | relevance | path

Searched defs:descriptor_handle (Results 1 – 2 of 2) sorted by relevance

/btstack/src/ble/
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()
1242 …rt_gatt_characteristic_descriptor(gatt_client_t * gatt_client, uint16_t descriptor_handle, uint8_t… in report_gatt_characteristic_descriptor()
1250 …tt_long_characteristic_descriptor(gatt_client_t * gatt_client, uint16_t descriptor_handle, uint8_t… in report_gatt_long_characteristic_descriptor()
1261 uint16_t descriptor_handle = little_endian_read_16(packet,i); in report_gatt_all_characteristic_descriptors() local
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()
3020 …tstack_packet_handler_t callback, hci_con_handle_t con_handle, uint16_t descriptor_handle, uint16_… in gatt_client_read_long_characteristic_descriptor_using_descriptor_handle_with_offset()
3035 …handle(btstack_packet_handler_t callback, hci_con_handle_t con_handle, uint16_t descriptor_handle){ in gatt_client_read_long_characteristic_descriptor_using_descriptor_handle()
3043 …tstack_packet_handler_t callback, hci_con_handle_t con_handle, uint16_t descriptor_handle, uint16_… in gatt_client_write_characteristic_descriptor_using_descriptor_handle()
3064 …tstack_packet_handler_t callback, hci_con_handle_t con_handle, uint16_t descriptor_handle, uint16_… in gatt_client_write_long_characteristic_descriptor_using_descriptor_handle_with_offset()
3081 …tstack_packet_handler_t callback, hci_con_handle_t con_handle, uint16_t descriptor_handle, uint16_… in gatt_client_write_long_characteristic_descriptor_using_descriptor_handle()
/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()
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()