Home
last modified time | relevance | path

Searched refs:indicate_handle (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c619 if (GATT_HANDLE_IS_VALID(p_tcb->indicate_handle)) { in GATTS_HandleValueIndication()
636 p_tcb->indicate_handle = indication.handle; in GATTS_HandleValueIndication()
Dgatt_sr.c1703 UINT16 handle = p_tcb->indicate_handle; in gatts_process_value_conf()
1712 p_tcb->indicate_handle = 0; in gatts_process_value_conf()
Dgatt_utils.c824 if (p_tcb->indicate_handle == gatt_cb.handle_of_h_r) { in gatt_is_srv_chg_ind_pending()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h395 UINT16 indicate_handle; member