Home
last modified time | relevance | path

Searched refs:L2CA_DisconnectReq (Results 1 – 19 of 19) sorted by relevance

/system/bt/stack/rfcomm/
Drfc_mx_fsm.cc221 L2CA_DisconnectReq(p_mcb->lcid); in rfc_mx_sm_state_wait_conn_cnf()
297 L2CA_DisconnectReq(p_mcb->lcid); in rfc_mx_sm_state_configure()
358 L2CA_DisconnectReq(p_mcb->lcid); in rfc_mx_sm_sabme_wait_ua()
420 L2CA_DisconnectReq(p_mcb->lcid); in rfc_mx_sm_state_wait_sabme()
461 L2CA_DisconnectReq(p_mcb->lcid); in rfc_mx_sm_state_connected()
490 L2CA_DisconnectReq(p_mcb->lcid); in rfc_mx_sm_state_disc_wait_ua()
596 L2CA_DisconnectReq(p_mcb->lcid); in rfc_mx_conf_cnf()
/system/bt/stack/bnep/
Dbnep_main.cc314 L2CA_DisconnectReq(p_bcb->l2cap_cid); in bnep_config_cfm()
657 L2CA_DisconnectReq(p_bcb->l2cap_cid); in bnep_conn_timer_timeout()
668 L2CA_DisconnectReq(p_bcb->l2cap_cid); in bnep_conn_timer_timeout()
681 L2CA_DisconnectReq(p_bcb->l2cap_cid); in bnep_conn_timer_timeout()
695 L2CA_DisconnectReq(p_bcb->l2cap_cid); in bnep_conn_timer_timeout()
711 L2CA_DisconnectReq(p_bcb->l2cap_cid); in bnep_conn_timer_timeout()
Dbnep_utils.cc696 L2CA_DisconnectReq(p_bcb->l2cap_cid); in bnep_process_setup_conn_responce()
1195 L2CA_DisconnectReq(p_bcb->l2cap_cid); in bnep_sec_check_complete()
1229 L2CA_DisconnectReq(p_bcb->l2cap_cid); in bnep_sec_check_complete()
Dbnep_api.cc299 L2CA_DisconnectReq(p_bcb->l2cap_cid); in BNEP_Disconnect()
/system/bt/stack/test/common/
Dmock_l2cap_layer.cc43 bool L2CA_DisconnectReq(uint16_t cid) { in L2CA_DisconnectReq() function
/system/bt/stack/avct/
Davct_l2c.cc212 L2CA_DisconnectReq(lcid); in avct_l2c_connect_cfm_cback()
260 L2CA_DisconnectReq(lcid); in avct_l2c_config_cfm_cback()
Davct_l2c_br.cc251 L2CA_DisconnectReq(lcid); in avct_l2c_br_config_cfm_cback()
Davct_lcb_act.cc391 L2CA_DisconnectReq(p_lcb->ch_lcid); in avct_lcb_chnl_disc()
Davct_bcb_act.cc352 L2CA_DisconnectReq(p_bcb->ch_lcid); in avct_bcb_chnl_disc()
/system/bt/stack/avdt/
Davdt_l2c.cc151 L2CA_DisconnectReq(p_tbl->lcid); in avdt_sec_check_complete_orig()
378 L2CA_DisconnectReq(lcid); in avdt_l2c_config_cfm_cback()
Davdt_ad.cc605 L2CA_DisconnectReq(avdtp_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][tcid].lcid); in avdt_ad_close_req()
/system/bt/stack/include/
Dl2c_api.h337 #define L2CA_DISCONNECT_REQ(a) L2CA_DisconnectReq(a)
586 extern bool L2CA_DisconnectReq(uint16_t cid);
/system/bt/stack/sdp/
Dsdp_main.cc606 L2CA_DisconnectReq(p_ccb->connection_id); in sdp_disconnect()
672 L2CA_DisconnectReq(p_ccb->connection_id); in sdp_conn_timer_timeout()
/system/bt/stack/hid/
Dhidd_conn.cc551 L2CA_DisconnectReq(p_hcon->ctrl_cid); in hidd_l2cif_disconnect_cfm()
872 L2CA_DisconnectReq(p_hcon->intr_cid); in hidd_conn_disconnect()
874 L2CA_DisconnectReq(p_hcon->ctrl_cid); in hidd_conn_disconnect()
Dhidh_conn.cc143 L2CA_DisconnectReq(p_hcon->intr_cid); in hidh_conn_disconnect()
145 L2CA_DisconnectReq(p_hcon->ctrl_cid); in hidh_conn_disconnect()
724 L2CA_DisconnectReq(p_hcon->ctrl_cid); in hidh_l2cif_disconnect_cfm()
/system/bt/stack/gatt/
Dgatt_main.cc254 ret = L2CA_DisconnectReq(p_tcb->att_lcid); in gatt_disconnect()
650 L2CA_DisconnectReq(lcid); in gatt_l2cif_connect_cfm_cback()
668 L2CA_DisconnectReq(lcid); in gatt_l2cif_config_cfm_cback()
/system/bt/stack/l2cap/
Dl2cap_client.cc151 if (client->local_channel_id && !L2CA_DisconnectReq(client->local_channel_id)) in l2cap_client_disconnect()
Dl2c_api.cc911 bool L2CA_DisconnectReq(uint16_t cid) { in L2CA_DisconnectReq() function
/system/bt/stack/mcap/
Dmca_cact.cc204 L2CA_DisconnectReq(p_ccb->lcid); in mca_ccb_do_disconn()