Lines Matching refs:attribute_handle
416 …8_t att_read_request(gatt_client_t *gatt_client, uint8_t request_type, uint16_t attribute_handle) { in att_read_request() argument
420 little_endian_store_16(request, 1, attribute_handle); in att_read_request()
426 … att_read_blob_request(gatt_client_t *gatt_client, uint8_t request_type, uint16_t attribute_handle, in att_read_blob_request() argument
431 little_endian_store_16(request, 1, attribute_handle); in att_read_blob_request()
466 …_signed_write_request(gatt_client_t *gatt_client, uint16_t request_type, uint16_t attribute_handle, in att_signed_write_request() argument
471 little_endian_store_16(request, 1, attribute_handle); in att_signed_write_request()
482 att_write_request(gatt_client_t *gatt_client, uint8_t request_type, uint16_t attribute_handle, uint… in att_write_request() argument
487 little_endian_store_16(request, 1, attribute_handle); in att_write_request()
504 …_prepare_write_request(gatt_client_t *gatt_client, uint8_t request_type, uint16_t attribute_handle, in att_prepare_write_request() argument
509 little_endian_store_16(request, 1, attribute_handle); in att_prepare_write_request()
584 att_read_request(gatt_client, ATT_READ_REQUEST, gatt_client->attribute_handle); in send_gatt_read_characteristic_value_request()
601 att_read_request(gatt_client, ATT_READ_REQUEST, gatt_client->attribute_handle); in send_gatt_read_blob_request()
603 att_read_blob_request(gatt_client, ATT_READ_BLOB_REQUEST, gatt_client->attribute_handle, in send_gatt_read_blob_request()
619 …att_write_request(gatt_client, ATT_WRITE_REQUEST, gatt_client->attribute_handle, gatt_client->attr… in send_gatt_write_attribute_value_request()
629 att_prepare_write_request(gatt_client, ATT_PREPARE_WRITE_REQUEST, gatt_client->attribute_handle, in send_gatt_prepare_write_request()
651 att_read_request(gatt_client, ATT_READ_REQUEST, gatt_client->attribute_handle); in send_gatt_read_characteristic_descriptor_request()
656 att_signed_write_request(gatt_client, ATT_SIGNED_WRITE_COMMAND, gatt_client->attribute_handle, in send_gatt_signed_write_request()
1030 …racteristic_value_packet(const gatt_client_t *gatt_client, uint8_t type, uint16_t attribute_handle, in setup_characteristic_value_packet() argument
1045 little_endian_store_16(packet, 8, attribute_handle); in setup_characteristic_value_packet()
1060 …racteristic_value_packet(const gatt_client_t *gatt_client, uint8_t type, uint16_t attribute_handle, in setup_long_characteristic_value_packet() argument
1076 little_endian_store_16(packet, 8, attribute_handle); in setup_long_characteristic_value_packet()
1129 gatt_client->attribute_handle = value_handle; in report_gatt_characteristic_start_found()
1142 …_result_event(gatt_client, gatt_client->characteristic_start_handle, gatt_client->attribute_handle, in report_gatt_characteristic_end_found()
1187 …if ((notification->attribute_handle != GATT_CLIENT_ANY_VALUE_HANDLE) && (notification->attribute_h… in report_gatt_characteristic_value_change()
1227 static void report_gatt_characteristic_value(gatt_client_t * gatt_client, uint16_t attribute_handle… in report_gatt_characteristic_value() argument
1229 …gatt_client, GATT_EVENT_CHARACTERISTIC_VALUE_QUERY_RESULT, attribute_handle, value, length, gatt_c… in report_gatt_characteristic_value()
1234 …ong_characteristic_value_blob(gatt_client_t * gatt_client, uint16_t attribute_handle, uint8_t * bl… in report_gatt_long_characteristic_value_blob() argument
1237 attribute_handle, value_offset, in report_gatt_long_characteristic_value_blob()
1344 notification->attribute_handle = GATT_CLIENT_ANY_VALUE_HANDLE; in gatt_client_listen_for_characteristic_value_updates()
1346 notification->attribute_handle = characteristic->value_handle; in gatt_client_listen_for_characteristic_value_updates()
1380 uint16_t attribute_handle = little_endian_read_16(packet, 1); in is_value_valid() local
1383 if (gatt_client->attribute_handle != attribute_handle) return false; in is_value_valid()
1394 …sm_cmac_signed_write_start(csrk, ATT_SIGNED_WRITE_COMMAND, gatt_client->attribute_handle, gatt_cli… in gatt_client_run_for_client_start_signed_write()
1902 …report_gatt_characteristic_value(gatt_client, gatt_client->attribute_handle, &packet[1], size - 1u… in gatt_client_handle_att_read_response()
1907 … report_gatt_characteristic_descriptor(gatt_client, gatt_client->attribute_handle, &packet[1], in gatt_client_handle_att_read_response()
1914 … report_gatt_long_characteristic_value_blob(gatt_client, gatt_client->attribute_handle, &packet[1], in gatt_client_handle_att_read_response()
1922 … report_gatt_long_characteristic_descriptor(gatt_client, gatt_client->attribute_handle, &packet[1], in gatt_client_handle_att_read_response()
2170 … report_gatt_long_characteristic_value_blob(gatt_client, gatt_client->attribute_handle, &packet[1], in gatt_client_handle_att_response()
2176 … report_gatt_long_characteristic_descriptor(gatt_client, gatt_client->attribute_handle, in gatt_client_handle_att_response()
2537 gatt_client->attribute_handle = value_handle; in gatt_client_signed_write_without_response()
2758 gatt_client->attribute_handle = value_handle; in gatt_client_read_value_of_characteristic_using_value_handle_with_context()
2821 gatt_client->attribute_handle = value_handle; in gatt_client_read_long_value_of_characteristic_using_value_handle_with_offset()
2898 gatt_client->attribute_handle = value_handle; in gatt_client_write_value_of_characteristic_with_context()
2917 gatt_client->attribute_handle = value_handle; in gatt_client_write_long_value_of_characteristic_with_offset()
2950 gatt_client->attribute_handle = value_handle; in gatt_client_reliable_write_long_value_of_characteristic()
3009 gatt_client->attribute_handle = descriptor_handle; in gatt_client_read_characteristic_descriptor_using_descriptor_handle()
3028 gatt_client->attribute_handle = descriptor_handle; in gatt_client_read_long_characteristic_descriptor_using_descriptor_handle_with_offset()
3051 gatt_client->attribute_handle = descriptor_handle; in gatt_client_write_characteristic_descriptor_using_descriptor_handle()
3072 gatt_client->attribute_handle = descriptor_handle; in gatt_client_write_long_characteristic_descriptor_using_descriptor_handle_with_offset()
3092 …ck_packet_handler_t callback, hci_con_handle_t con_handle, uint16_t attribute_handle, uint16_t off… in gatt_client_prepare_write() argument
3100 gatt_client->attribute_handle = attribute_handle; in gatt_client_prepare_write()