Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_sco.c586 tBTM_SCO_CB *p_conn_cb, tBTM_SCO_CB *p_disc_cb) in btm_accept_sco_link() argument
599 p_sco->p_disc_cb = p_disc_cb; in btm_accept_sco_link()
647 tBTM_SCO_CB *p_disc_cb) in BTM_CreateSco() argument
741 p->p_disc_cb = p_disc_cb; in BTM_CreateSco()
977 (*p->p_disc_cb)(xx); in btm_sco_connected()
983 (*p->p_disc_cb)(xx); in btm_sco_connected()
1154 (*p->p_disc_cb)(xx); in btm_sco_removed()
1189 (*p->p_disc_cb)(xx); in btm_sco_acl_removed()
1774 tBTM_SCO_CB *p_disc_cb) in BTM_CreateSco() argument
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h436 tBTM_SCO_CB *p_disc_cb; /* Callback for when disconnect */ member
470 tBTM_SCO_CB *p_conn_cb, tBTM_SCO_CB *p_disc_cb);
474 #define btm_accept_sco_link(sco_inx, p_setup, p_conn_cb, p_disc_cb) argument
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c1867 tL2CA_DISCONNECT_IND_CB *p_disc_cb = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; in l2cu_disconnect_chnl() local
1875 (*p_disc_cb)(local_cid, FALSE); in l2cu_disconnect_chnl()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h3021 tBTM_SCO_CB *p_disc_cb);