Home
last modified time | relevance | path

Searched refs:p_esco_cback (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_sco.c885 if (!p->esco.p_esco_cback) { in btm_sco_conn_req()
904 p->esco.p_esco_cback(BTM_ESCO_CONN_REQ_EVT, (tBTM_ESCO_EVT_DATA *)&evt_data); in btm_sco_conn_req()
1076 p->esco.p_esco_cback = NULL; /* Deregister the eSCO event callback */ in BTM_RemoveSco()
1153 p->esco.p_esco_cback = NULL; /* Deregister eSCO callback */ in btm_sco_removed()
1188 p->esco.p_esco_cback = NULL; /* Deregister eSCO callback */ in btm_sco_acl_removed()
1449 tBTM_STATUS BTM_RegForEScoEvts (UINT16 sco_inx, tBTM_ESCO_CBACK *p_esco_cback) in BTM_RegForEScoEvts() argument
1453 btm_cb.sco_cb.sco_db[sco_inx].esco.p_esco_cback = NULL; in BTM_RegForEScoEvts()
1459 btm_cb.sco_cb.sco_db[sco_inx].esco.p_esco_cback = p_esco_cback; in BTM_RegForEScoEvts()
1669 if (p->esco.p_esco_cback) { in btm_esco_proc_conn_chg()
1678 (*p->esco.p_esco_cback)(BTM_ESCO_CHG_EVT, in btm_esco_proc_conn_chg()
[all …]
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h419 tBTM_ESCO_CBACK *p_esco_cback; /* Callback for eSCO events */ member
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h3137 tBTM_ESCO_CBACK *p_esco_cback);