Home
last modified time | relevance | path

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

/btstack/src/ble/
H A Dgatt_client.h286 uint16_t gatt_service_changed_value_handle; member
H A Dgatt_client.c745 … gatt_client->gatt_service_changed_value_handle = characteristic.value_handle; in gatt_client_service_packet_handler()
851 if (gatt_client->gatt_service_changed_value_handle != 0){ in gatt_client_notify_can_send_query()
853 characteristic.value_handle = gatt_client->gatt_service_changed_value_handle; in gatt_client_notify_can_send_query()
1219 if (value_handle == gatt_client->gatt_service_changed_value_handle){ in report_gatt_indication()