Lines Matching refs:descriptor_handle

994         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()
3020 …ck_packet_handler_t callback, hci_con_handle_t con_handle, uint16_t descriptor_handle, uint16_t of… in gatt_client_read_long_characteristic_descriptor_using_descriptor_handle_with_offset() argument
3028 gatt_client->attribute_handle = descriptor_handle; 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() argument
3036 …eristic_descriptor_using_descriptor_handle_with_offset(callback, con_handle, descriptor_handle, 0); in gatt_client_read_long_characteristic_descriptor_using_descriptor_handle()
3043 …ck_packet_handler_t callback, hci_con_handle_t con_handle, uint16_t descriptor_handle, uint16_t va… in gatt_client_write_characteristic_descriptor_using_descriptor_handle() argument
3051 gatt_client->attribute_handle = descriptor_handle; in gatt_client_write_characteristic_descriptor_using_descriptor_handle()
3064 …ck_packet_handler_t callback, hci_con_handle_t con_handle, uint16_t descriptor_handle, uint16_t of… in gatt_client_write_long_characteristic_descriptor_using_descriptor_handle_with_offset() argument
3072 gatt_client->attribute_handle = descriptor_handle; in gatt_client_write_long_characteristic_descriptor_using_descriptor_handle_with_offset()
3081 …ck_packet_handler_t callback, hci_con_handle_t con_handle, uint16_t descriptor_handle, uint16_t va… in gatt_client_write_long_characteristic_descriptor_using_descriptor_handle() argument
3082 …escriptor_using_descriptor_handle_with_offset(callback, con_handle, descriptor_handle, 0, value_le… in gatt_client_write_long_characteristic_descriptor_using_descriptor_handle()