Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c402 if (btm_cb.devcb.p_switch_role_cb in btm_acl_report_role_change()
406 (*btm_cb.devcb.p_switch_role_cb)(&ref_data); in btm_acl_report_role_change()
408 btm_cb.devcb.p_switch_role_cb = NULL; in btm_acl_report_role_change()
673 if (btm_cb.devcb.p_switch_role_cb && p_cb) { in BTM_SwitchRole()
761 btm_cb.devcb.p_switch_role_cb = p_cb; in BTM_SwitchRole()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h208 tBTM_CMPL_CB *p_switch_role_cb; /* Callback function to be called when */ member