Home
last modified time | relevance | path

Searched refs:pL2CA_DisconnectInd_Cb (Results 1 – 10 of 10) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_csm.c151 disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; in l2c_csm_closed()
295 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; in l2c_csm_orig_w4_sec_comp()
508 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; in l2c_csm_w4_l2cap_connect_rsp()
613 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; in l2c_csm_w4_l2ca_connect_rsp()
699 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; in l2c_csm_config()
812 (*p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb)(p_ccb->local_cid, TRUE); in l2c_csm_config()
967 (*p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb)(local_cid, FALSE); in l2c_csm_open()
1023 (*p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb)(p_ccb->local_cid, TRUE); in l2c_csm_open()
1143 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; in l2c_csm_w4_l2ca_disconnect_rsp()
Dl2cap_client.c67 .pL2CA_DisconnectInd_Cb = disconnect_request_cb,
Dl2c_api.c73 || (!p_cb_info->pL2CA_DisconnectInd_Cb)) in L2CA_Register()
342 assert(callbacks->pL2CA_DisconnectInd_Cb != NULL); in L2CA_SetConnectionCallbacks()
Dl2c_ucd.c240 p_rcb->api.pL2CA_DisconnectInd_Cb = l2c_ucd_disconnect_ind_cback; in L2CA_UcdRegister()
Dl2c_utils.c1850 tL2CA_DISCONNECT_IND_CB *p_disc_cb = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; in l2cu_disconnect_chnl()
/system/bt/stack/rfcomm/
Drfc_l2cap_if.c69 p_l2c->pL2CA_DisconnectInd_Cb = RFCOMM_DisconnectInd; in rfcomm_l2cap_if_init()
/system/bt/stack/include/
Dl2c_api.h297 tL2CA_DISCONNECT_IND_CB *pL2CA_DisconnectInd_Cb; member
/system/bt/stack/sdp/
Dsdp_main.c126 sdp_cb.reg_info.pL2CA_DisconnectInd_Cb = sdp_disconnect_ind; in sdp_init()
/system/bt/stack/bnep/
Dbnep_main.c94 bnep_cb.reg_info.pL2CA_DisconnectInd_Cb = bnep_disconnect_ind; in bnep_register_with_l2cap()
/system/bt/stack/gap/
Dgap_conn.c80 gap_cb.conn.reg_info.pL2CA_DisconnectInd_Cb = gap_disconnect_ind; in gap_conn_init()