Searched refs:L2CA_DisconnectReq (Results 1 – 17 of 17) sorted by relevance
215 L2CA_DisconnectReq (p_mcb->lcid); in rfc_mx_sm_state_wait_conn_cnf()291 L2CA_DisconnectReq (p_mcb->lcid); in rfc_mx_sm_state_configure()355 L2CA_DisconnectReq (p_mcb->lcid); in rfc_mx_sm_sabme_wait_ua()421 L2CA_DisconnectReq (p_mcb->lcid); in rfc_mx_sm_state_wait_sabme()466 L2CA_DisconnectReq (p_mcb->lcid); in rfc_mx_sm_state_connected()496 L2CA_DisconnectReq (p_mcb->lcid); in rfc_mx_sm_state_disc_wait_ua()604 L2CA_DisconnectReq (p_mcb->lcid); in rfc_mx_conf_cnf()
332 L2CA_DisconnectReq (p_bcb->l2cap_cid); in bnep_config_cfm()694 L2CA_DisconnectReq (p_bcb->l2cap_cid); in bnep_process_timeout()707 L2CA_DisconnectReq (p_bcb->l2cap_cid); in bnep_process_timeout()721 L2CA_DisconnectReq (p_bcb->l2cap_cid); in bnep_process_timeout()738 L2CA_DisconnectReq (p_bcb->l2cap_cid); in bnep_process_timeout()757 L2CA_DisconnectReq (p_bcb->l2cap_cid); in bnep_process_timeout()
757 L2CA_DisconnectReq (p_bcb->l2cap_cid); in bnep_process_setup_conn_responce()1231 L2CA_DisconnectReq (p_bcb->l2cap_cid); in bnep_sec_check_complete()1263 L2CA_DisconnectReq (p_bcb->l2cap_cid); in bnep_sec_check_complete()
326 L2CA_DisconnectReq (p_bcb->l2cap_cid); in BNEP_Disconnect()
221 L2CA_DisconnectReq(lcid); in avct_l2c_connect_cfm_cback()272 L2CA_DisconnectReq(lcid); in avct_l2c_config_cfm_cback()
444 L2CA_DisconnectReq(p_lcb->ch_lcid); in avct_lcb_chnl_disc()
124 if ((p_dcb->lcid == 0) || (L2CA_DisconnectReq(p_dcb->lcid) == FALSE)) in mca_dcb_do_disconn()
140 L2CA_DisconnectReq (p_tbl->lcid); in mca_sec_check_complete_orig()392 L2CA_DisconnectReq(lcid); in mca_l2c_config_cfm_cback()
220 L2CA_DisconnectReq(p_ccb->lcid); in mca_ccb_do_disconn()
161 L2CA_DisconnectReq (p_tbl->lcid); in avdt_sec_check_complete_orig()380 L2CA_DisconnectReq(lcid); in avdt_l2c_config_cfm_cback()
637 L2CA_DisconnectReq(avdt_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][tcid].lcid); in avdt_ad_close_req()
326 #define L2CA_DISCONNECT_REQ(a) L2CA_DisconnectReq(a)477 extern BOOLEAN L2CA_DisconnectReq (UINT16 cid);
231 ret = L2CA_DisconnectReq(p_tcb->att_lcid); in gatt_disconnect()674 L2CA_DisconnectReq(lcid); in gatt_l2cif_connect_cfm_cback()730 L2CA_DisconnectReq(lcid); in gatt_l2cif_config_cfm_cback()
639 L2CA_DisconnectReq (p_ccb->connection_id); in sdp_disconnect()708 L2CA_DisconnectReq (p_ccb->connection_id); in sdp_conn_timeout()
144 L2CA_DisconnectReq (p_hcon->intr_cid); in hidh_conn_disconnect()146 L2CA_DisconnectReq (p_hcon->ctrl_cid); in hidh_conn_disconnect()720 L2CA_DisconnectReq (p_hcon->ctrl_cid); in hidh_l2cif_disconnect_cfm()
158 if (client->local_channel_id && !L2CA_DisconnectReq(client->local_channel_id)) in l2cap_client_disconnect()
587 BOOLEAN L2CA_DisconnectReq (UINT16 cid) in L2CA_DisconnectReq() function