Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c748 if (p_clcb->p_srcb->srvc_hdl_chg) { in bta_gattc_conn()
749 p_clcb->p_srcb->srvc_hdl_chg = FALSE; in bta_gattc_conn()
1028 p_clcb->p_srcb->srvc_hdl_chg = FALSE; in bta_gattc_start_discover()
1526 if (p_clcb->auto_update == BTA_GATTC_DISC_WAITING && p_clcb->p_srcb->srvc_hdl_chg) { in bta_gattc_op_cmpl()
2018 p_srcb->srvc_hdl_chg = TRUE; in bta_gattc_process_srvc_chg_ind()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h338 UINT8 srvc_hdl_chg; /* service handle change indication pending */ member