Home
last modified time | relevance | path

Searched refs:L2CAP_CONN_OK (Results 1 – 20 of 20) sorted by relevance

/packages/modules/Bluetooth/system/stack/avct/
Davct_l2c_br.cc130 result = L2CAP_CONN_OK; in avct_l2c_br_connect_ind_cback()
138 result = L2CAP_CONN_OK; in avct_l2c_br_connect_ind_cback()
149 if (result != L2CAP_CONN_OK) { in avct_l2c_br_connect_ind_cback()
157 if (result == L2CAP_CONN_OK) { in avct_l2c_br_connect_ind_cback()
204 if (result == L2CAP_CONN_OK) { in avct_l2c_br_connect_cfm_cback()
214 if (result == L2CAP_CONN_OK) { in avct_l2c_br_connect_cfm_cback()
Davct_l2c.cc111 uint16_t result = L2CAP_CONN_OK; in avct_l2c_connect_ind_cback()
143 if (result != L2CAP_CONN_OK) { in avct_l2c_connect_ind_cback()
151 if (result == L2CAP_CONN_OK) { in avct_l2c_connect_ind_cback()
225 if (result == L2CAP_CONN_OK) { in avct_l2c_connect_cfm_cback()
238 if (result == L2CAP_CONN_OK) { in avct_l2c_connect_cfm_cback()
/packages/modules/Bluetooth/system/stack/avdt/
Davdt_l2c.cc192 result = L2CAP_CONN_OK; in avdt_l2c_connect_ind_cback()
200 result = L2CAP_CONN_OK; in avdt_l2c_connect_ind_cback()
210 if (result != L2CAP_CONN_OK) { in avdt_l2c_connect_ind_cback()
251 if (result == L2CAP_CONN_OK) { in avdt_l2c_connect_cfm_cback()
283 if (result != L2CAP_CONN_OK) { in avdt_l2c_connect_cfm_cback()
/packages/modules/Bluetooth/system/stack/test/eatt/
Deatt_test.cc110 test_address, cid, EATT_MIN_MTU_MPS, L2CAP_CONN_OK); in ConnectDeviceEattSupported()
155 ConnectCreditBasedRsp(test_address, 1, incoming_cids, L2CAP_CONN_OK, _)) in ConnectDeviceBothSides()
176 test_address, cid, EATT_MIN_MTU_MPS, L2CAP_CONN_OK); in ConnectDeviceBothSides()
292 ConnectCreditBasedRsp(test_address, 1, incoming_cids, L2CAP_CONN_OK, _)) in TEST_F()
321 ConnectCreditBasedRsp(test_address, 1, incoming_cids, L2CAP_CONN_OK, _)) in TEST_F()
397 ConnectCreditBasedRsp(test_address, 1, incoming_cids, L2CAP_CONN_OK, _)) in TEST_F()
/packages/modules/Bluetooth/system/stack/include/
Dl2cdefs.h134 L2CAP_CONN_OK = 0, enumerator
168 CASE_RETURN_TEXT(L2CAP_CONN_OK); in l2cap_result_code_text()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_csm.cc104 (*p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb)(p_ccb->local_cid, L2CAP_CONN_OK); in l2c_csm_indicate_connection_open()
703 p_ccb->local_cid, L2CAP_CONN_OK); in l2c_csm_w4_l2cap_connect_rsp()
706 p_ci->peer_mtu, L2CAP_CONN_OK); in l2c_csm_w4_l2cap_connect_rsp()
884 if ((!p_ci) || (p_ci->l2cap_result == L2CAP_CONN_OK)) { in l2c_csm_w4_l2ca_connect_rsp()
885 l2cble_credit_based_conn_res(p_ccb, L2CAP_CONN_OK); in l2c_csm_w4_l2ca_connect_rsp()
894 if ((!p_ci) || (p_ci->l2cap_result == L2CAP_CONN_OK)) { in l2c_csm_w4_l2ca_connect_rsp()
896 l2cu_send_peer_connect_rsp(p_ccb, L2CAP_CONN_OK, 0); in l2c_csm_w4_l2ca_connect_rsp()
Dl2c_main.cc437 if (con_info.l2cap_result == L2CAP_CONN_OK) { in process_l2cap_cmd()
Dl2c_utils.cc3172 if (result == L2CAP_CONN_OK) { in l2cu_send_peer_credit_based_conn_res()
/packages/modules/Bluetooth/system/stack/fuzzers/
Dbnep_fuzzer.cc149 appl_info.pL2CA_ConnectCfm_Cb(kDummyCid, L2CAP_CONN_OK); in Fuzz()
Dsdp_fuzzer.cc230 cb_info.pL2CA_ConnectCfm_Cb(kDummyCID, L2CAP_CONN_OK); in FuzzAsClient()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc776 uint8_t result = L2CAP_CONN_OK; in gatt_l2cif_connect_ind_cback()
796 if (result != L2CAP_CONN_OK) { in gatt_l2cif_connect_ind_cback()
829 if (gatt_get_ch_state(p_tcb) == GATT_CH_CONN && result == L2CAP_CONN_OK) { in gatt_l2cif_connect_cfm_cback()
/packages/modules/Bluetooth/system/stack/test/rfcomm/
Dstack_rfcomm_test.cc155 ConnectResponse(peer_addr, cmd_id, lcid, L2CAP_CONN_OK, 0)); in ConnectServerL2cap()
303 l2cap_appl_info_.pL2CA_ConnectCfm_Cb(lcid, L2CAP_CONN_OK); in TestConnectClientPortL2cap()
764 new_lcid, L2CAP_CONN_OK, 0)) in TEST_F()
/packages/modules/Bluetooth/system/stack/test/
Dstack_l2cap_test.cc218 std::make_pair(L2CAP_CONN_OK, "L2CAP_CONN_OK"), in TEST_F()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_main.cc101 if ((result == L2CAP_CONN_OK) && (p_ccb->con_state == SDP_STATE_CONN_SETUP)) { in sdp_connect_cfm()
/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_l2cap_if.cc157 if (result != L2CAP_CONN_OK) { in RFCOMM_ConnectCnf()
/packages/modules/Bluetooth/system/stack/eatt/
Deatt_impl.h162 if (!L2CA_ConnectCreditBasedRsp(bda, identifier, lcids, L2CAP_CONN_OK, in eatt_l2cap_connect_ind_common()
405 if (result != L2CAP_CONN_OK) { in eatt_l2cap_connect_cfm()
/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_main.cc183 if ((result == L2CAP_CONN_OK) && in bnep_connect_cfm()
/packages/modules/Bluetooth/system/stack/hid/
Dhidd_conn.cc225 if (result != L2CAP_CONN_OK) { in hidd_l2cif_connect_cfm()
Dhidh_conn.cc353 if (result != L2CAP_CONN_OK) { in hidh_l2cif_connect_cfm()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_conn.cc732 if ((result == L2CAP_CONN_OK) && in gap_connect_cfm()