Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_api.c622 if (GATT_HANDLE_IS_VALID(p_tcb->indicate_handle)) in GATTS_HandleValueIndication()
643 p_tcb->indicate_handle = indication.handle; in GATTS_HandleValueIndication()
Dgatt_sr.c1403 UINT16 handle = p_tcb->indicate_handle; in gatts_process_value_conf()
1413 p_tcb->indicate_handle = 0; in gatts_process_value_conf()
Dgatt_int.h354 UINT16 indicate_handle; member
Dgatt_utils.c746 if (p_tcb->indicate_handle == gatt_cb.handle_of_h_r) in gatt_is_srv_chg_ind_pending()