Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sco.c680 tBTM_SCO_CB *p_conn_cb, tBTM_SCO_CB *p_disc_cb) in btm_accept_sco_link() argument
693 p_sco->p_disc_cb = p_disc_cb; in btm_accept_sco_link()
741 tBTM_SCO_CB *p_disc_cb) in BTM_CreateSco() argument
835 p->p_disc_cb = p_disc_cb; in BTM_CreateSco()
1071 (*p->p_disc_cb)(xx); in btm_sco_connected()
1077 (*p->p_disc_cb)(xx); in btm_sco_connected()
1249 (*p->p_disc_cb)(xx); in btm_sco_removed()
1284 (*p->p_disc_cb)(xx); in btm_sco_acl_removed()
1869 tBTM_SCO_CB *p_disc_cb) in BTM_CreateSco() argument
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h449 tBTM_SCO_CB *p_disc_cb; /* Callback for when disconnect */ member
483 tBTM_SCO_CB *p_conn_cb, tBTM_SCO_CB *p_disc_cb);
487 #define btm_accept_sco_link(sco_inx, p_setup, p_conn_cb, p_disc_cb) argument
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c1880 tL2CA_DISCONNECT_IND_CB *p_disc_cb = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; in l2cu_disconnect_chnl() local
1888 (*p_disc_cb)(local_cid, FALSE); in l2cu_disconnect_chnl()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h3061 tBTM_SCO_CB *p_disc_cb);