Home
last modified time | relevance | path

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

/system/bt/stack/bnep/
Dbnep_main.cc120 L2CA_DisconnectReq(l2cap_cid); in bnep_connect_ind()
147 L2CA_DisconnectReq(p_bcb->l2cap_cid); in bnep_on_l2cap_error()
547 L2CA_DisconnectReq(p_bcb->l2cap_cid); in bnep_conn_timer_timeout()
558 L2CA_DisconnectReq(p_bcb->l2cap_cid); in bnep_conn_timer_timeout()
571 L2CA_DisconnectReq(p_bcb->l2cap_cid); in bnep_conn_timer_timeout()
585 L2CA_DisconnectReq(p_bcb->l2cap_cid); in bnep_conn_timer_timeout()
601 L2CA_DisconnectReq(p_bcb->l2cap_cid); in bnep_conn_timer_timeout()
Dbnep_api.cc296 L2CA_DisconnectReq(p_bcb->l2cap_cid); in BNEP_Disconnect()
Dbnep_utils.cc686 L2CA_DisconnectReq(p_bcb->l2cap_cid); in bnep_process_setup_conn_responce()
/system/bt/stack/rfcomm/
Drfc_mx_fsm.cc222 L2CA_DisconnectReq(p_mcb->lcid); in rfc_mx_sm_state_wait_conn_cnf()
298 L2CA_DisconnectReq(p_mcb->lcid); in rfc_mx_sm_state_configure()
359 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()
462 L2CA_DisconnectReq(p_mcb->lcid); in rfc_mx_sm_state_connected()
491 L2CA_DisconnectReq(p_mcb->lcid); in rfc_mx_sm_state_disc_wait_ua()
615 L2CA_DisconnectReq(p_mcb->lcid); in rfc_on_l2cap_error()
Drfc_l2cap_if.cc122 L2CA_DisconnectReq(lcid); in RFCOMM_ConnectInd()
158 L2CA_DisconnectReq(p_mcb->pending_lcid); in RFCOMM_ConnectCnf()
/system/bt/stack/avct/
Davct_l2c.cc128 L2CA_DisconnectReq(lcid); in avct_l2c_connect_ind_cback()
163 L2CA_DisconnectReq(lcid); in avct_on_l2cap_error()
206 L2CA_DisconnectReq(lcid); in avct_l2c_connect_cfm_cback()
298 L2CA_DisconnectReq(lcid); in avct_l2c_disconnect()
Davct_l2c_br.cc95 L2CA_DisconnectReq(lcid); in avct_l2c_br_connect_ind_cback()
225 L2CA_DisconnectReq(lcid); in avct_l2c_br_disconnect()
/system/bt/test/mock/
Dmock_stack_l2cap_api.cc77 struct L2CA_DisconnectReq L2CA_DisconnectReq; variable
187 bool L2CA_DisconnectReq(uint16_t cid) { in L2CA_DisconnectReq() function
189 return test::mock::stack_l2cap_api::L2CA_DisconnectReq(cid); in L2CA_DisconnectReq()
Dmock_main_shim_l2cap_api.cc52 struct L2CA_DisconnectReq L2CA_DisconnectReq; variable
131 bool bluetooth::shim::L2CA_DisconnectReq(uint16_t cid) { in L2CA_DisconnectReq() function in bluetooth::shim
133 return test::mock::main_shim_l2cap_api::L2CA_DisconnectReq(cid); in L2CA_DisconnectReq()
Dmock_stack_l2cap_api.h256 struct L2CA_DisconnectReq { struct
260 extern struct L2CA_DisconnectReq L2CA_DisconnectReq; argument
Dmock_main_shim_l2cap_api.h148 struct L2CA_DisconnectReq { struct
152 extern struct L2CA_DisconnectReq L2CA_DisconnectReq; argument
/system/bt/stack/sdp/
Dsdp_main.cc373 L2CA_DisconnectReq(p_ccb->connection_id); in sdp_disconnect()
402 L2CA_DisconnectReq(p_ccb->connection_id); in sdp_conn_timer_timeout()
/system/bt/stack/hid/
Dhidd_conn.cc103 L2CA_DisconnectReq(cid); in hidd_l2cif_connect_ind()
142 L2CA_DisconnectReq(cid); in hidd_l2cif_connect_ind()
339 L2CA_DisconnectReq(cid); in hidd_l2cif_disconnect()
358 L2CA_DisconnectReq(p_hcon->ctrl_cid); in hidd_l2cif_disconnect()
Dhidh_conn.cc182 L2CA_DisconnectReq(l2cap_cid); in hidh_l2cif_connect_ind()
221 L2CA_DisconnectReq(l2cap_cid); in hidh_l2cif_connect_ind()
559 L2CA_DisconnectReq(l2cap_cid); in hidh_l2cif_disconnect()
575 L2CA_DisconnectReq(p_hcon->ctrl_cid); in hidh_l2cif_disconnect()
/system/bt/stack/avdt/
Davdt_l2c.cc200 L2CA_DisconnectReq(lcid); in avdt_l2c_connect_ind_cback()
360 L2CA_DisconnectReq(lcid); in avdt_l2c_disconnect()
/system/bt/stack/test/common/
Dmock_l2cap_layer.cc44 bool L2CA_DisconnectReq(uint16_t cid) { in L2CA_DisconnectReq() function
Dmock_main_shim_l2c_api.cc55 bool bluetooth::shim::L2CA_DisconnectReq(uint16_t cid) { in L2CA_DisconnectReq() function in bluetooth::shim
/system/bt/main/shim/
Dl2c_api.h209 bool L2CA_DisconnectReq(uint16_t cid);
Dl2c_api.cc767 bool L2CA_DisconnectReq(uint16_t cid) { in L2CA_DisconnectReq() function
/system/bt/stack/gap/
Dgap_conn.cc324 L2CA_DisconnectReq(p_ccb->connection_id); in GAP_ConnClose()
620 L2CA_DisconnectReq(l2cap_cid); in gap_connect_ind()
/system/bt/stack/include/
Dl2c_api.h524 extern bool L2CA_DisconnectReq(uint16_t cid);
/system/bt/stack/l2cap/
Dl2c_api.cc882 bool L2CA_DisconnectReq(uint16_t cid) { in L2CA_DisconnectReq() function
884 return bluetooth::shim::L2CA_DisconnectReq(cid); in L2CA_DisconnectReq()
907 return L2CA_DisconnectReq(cid); in L2CA_DisconnectLECocReq()
/system/bt/stack/gatt/
Dgatt_main.cc619 L2CA_DisconnectReq(lcid); in gatt_l2cif_connect_ind_cback()
714 L2CA_DisconnectReq(lcid); in gatt_l2cif_disconnect()
/system/bt/stack/eatt/
Deatt_impl.h595 void disconnect_channel(uint16_t cid) { L2CA_DisconnectReq(cid); } in disconnect_channel()