Home
last modified time | relevance | path

Searched refs:client_characteristic_configuration_handle (Results 1 – 2 of 2) sorted by relevance

/btstack/src/ble/
H A Dgatt_client.h257 uint16_t client_characteristic_configuration_handle; member
H A Dgatt_client.c624 …e_request(gatt_client, ATT_WRITE_REQUEST, gatt_client->client_characteristic_configuration_handle,… in send_gatt_write_client_characteristic_configuration_request()
1983 … gatt_client->client_characteristic_configuration_handle = little_endian_read_16(packet, 2); in gatt_client_handle_att_read_by_type_response()
2138 … gatt_client->client_characteristic_configuration_handle = little_endian_read_16(packet, offset); in gatt_client_handle_att_response()
2140 … log_info("CCC found %x", gatt_client->client_characteristic_configuration_handle); in gatt_client_handle_att_response()