Searched defs:p_disc_cb (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_sco.c494 tBTM_SCO_CB *p_conn_cb, tBTM_SCO_CB *p_disc_cb)
508 p_sco->p_disc_cb = p_disc_cb;
556 tBTM_SCO_CB *p_disc_cb)
668 p->p_disc_cb = p_disc_cb;
924 (*p->p_disc_cb)(xx);
933 (*p->p_disc_cb)(xx);
1103 (*p->p_disc_cb)(xx);
1141 (*p->p_disc_cb)(x
493 btm_accept_sco_link(UINT16 sco_inx, tBTM_ESCO_PARAMS *p_setup, tBTM_SCO_CB *p_conn_cb, tBTM_SCO_CB *p_disc_cb) argument
554 BTM_CreateSco(BD_ADDR remote_bda, BOOLEAN is_orig, UINT16 pkt_types, UINT16 *p_sco_inx, tBTM_SCO_CB *p_conn_cb, tBTM_SCO_CB *p_disc_cb) argument
1744 BTM_CreateSco(BD_ADDR remote_bda, BOOLEAN is_orig, UINT16 pkt_types, UINT16 *p_sco_inx, tBTM_SCO_CB *p_conn_cb, tBTM_SCO_CB *p_disc_cb) argument
[all...]
H A Dbtm_int.h416 tBTM_SCO_CB *p_disc_cb; /* Callback for when disconnect */ member in struct:__anon1121
451 tBTM_SCO_CB *p_conn_cb, tBTM_SCO_CB *p_disc_cb);
455 #define btm_accept_sco_link(sco_inx, p_setup, p_conn_cb, p_disc_cb)
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_utils.c1728 tL2CA_DISCONNECT_IND_CB *p_disc_cb = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; local
1736 (*p_disc_cb)(local_cid, FALSE);

Completed in 86 milliseconds