Searched refs:L2CAP_CONN_OK (Results 1 – 17 of 17) sorted by relevance
/system/bt/stack/avct/ |
D | avct_l2c.cc | 95 uint16_t result = L2CAP_CONN_OK; in avct_l2c_connect_ind_cback() 127 if (result != L2CAP_CONN_OK) { in avct_l2c_connect_ind_cback() 132 if (result == L2CAP_CONN_OK) { in avct_l2c_connect_ind_cback() 190 if (result == L2CAP_CONN_OK) { in avct_l2c_connect_cfm_cback() 203 if (result == L2CAP_CONN_OK) { in avct_l2c_connect_cfm_cback()
|
D | avct_l2c_br.cc | 85 result = L2CAP_CONN_OK; in avct_l2c_br_connect_ind_cback() 94 if (result != L2CAP_CONN_OK) { in avct_l2c_br_connect_ind_cback() 99 if (result == L2CAP_CONN_OK) { in avct_l2c_br_connect_ind_cback() 136 if (result != L2CAP_CONN_OK) { in avct_l2c_br_connect_cfm_cback()
|
/system/bt/stack/avdt/ |
D | avdt_l2c.cc | 181 result = L2CAP_CONN_OK; in avdt_l2c_connect_ind_cback() 189 result = L2CAP_CONN_OK; in avdt_l2c_connect_ind_cback() 199 if (result != L2CAP_CONN_OK) { in avdt_l2c_connect_ind_cback() 239 if (result == L2CAP_CONN_OK) { in avdt_l2c_connect_cfm_cback() 271 if (result != L2CAP_CONN_OK) { in avdt_l2c_connect_cfm_cback()
|
/system/bt/stack/test/eatt/ |
D | eatt_test.cc | 90 test_address, cid, EATT_MIN_MTU_MPS, L2CAP_CONN_OK); in ConnectDeviceEattSupported() 211 ConnectCreditBasedRsp(test_address, 1, incoming_cids, L2CAP_CONN_OK, _)) in TEST_F() 229 ConnectCreditBasedRsp(test_address, 1, incoming_cids, L2CAP_CONN_OK, _)) in TEST_F()
|
/system/bt/stack/include/ |
D | l2cdefs.h | 107 L2CAP_CONN_OK = 0, enumerator
|
/system/bt/stack/l2cap/ |
D | l2c_csm.cc | 91 (*p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb)(p_ccb->local_cid, L2CAP_CONN_OK); in l2c_csm_indicate_connection_open() 641 p_ccb->local_cid, L2CAP_CONN_OK); in l2c_csm_w4_l2cap_connect_rsp() 644 p_ci->peer_mtu, L2CAP_CONN_OK); in l2c_csm_w4_l2cap_connect_rsp() 784 if ((!p_ci) || (p_ci->l2cap_result == L2CAP_CONN_OK)) { in l2c_csm_w4_l2ca_connect_rsp() 785 l2cble_credit_based_conn_res(p_ccb, L2CAP_CONN_OK); in l2c_csm_w4_l2ca_connect_rsp() 794 if ((!p_ci) || (p_ci->l2cap_result == L2CAP_CONN_OK)) { in l2c_csm_w4_l2ca_connect_rsp() 796 l2cu_send_peer_connect_rsp(p_ccb, L2CAP_CONN_OK, 0); in l2c_csm_w4_l2ca_connect_rsp()
|
D | l2c_main.cc | 449 if (con_info.l2cap_result == L2CAP_CONN_OK) in process_l2cap_cmd()
|
D | l2c_utils.cc | 2897 if (result == L2CAP_CONN_OK) { in l2cu_send_peer_credit_based_conn_res()
|
/system/bt/stack/gatt/ |
D | gatt_main.cc | 598 uint8_t result = L2CAP_CONN_OK; in gatt_l2cif_connect_ind_cback() 618 if (result != L2CAP_CONN_OK) { in gatt_l2cif_connect_ind_cback() 650 if (gatt_get_ch_state(p_tcb) == GATT_CH_CONN && result == L2CAP_CONN_OK) { in gatt_l2cif_connect_cfm_cback()
|
/system/bt/stack/sdp/ |
D | sdp_main.cc | 159 if ((result == L2CAP_CONN_OK) && (p_ccb->con_state == SDP_STATE_CONN_SETUP)) { in sdp_connect_cfm()
|
/system/bt/stack/rfcomm/ |
D | rfc_l2cap_if.cc | 150 if (result != L2CAP_CONN_OK) { in RFCOMM_ConnectCnf()
|
/system/bt/stack/test/rfcomm/ |
D | stack_rfcomm_test.cc | 151 ConnectResponse(peer_addr, cmd_id, lcid, L2CAP_CONN_OK, 0)); in ConnectServerL2cap() 298 l2cap_appl_info_.pL2CA_ConnectCfm_Cb(lcid, L2CAP_CONN_OK); in TestConnectClientPortL2cap() 762 new_lcid, L2CAP_CONN_OK, 0)) in TEST_F()
|
/system/bt/stack/eatt/ |
D | eatt_impl.h | 130 if (!L2CA_ConnectCreditBasedRsp(bda, identifier, lcids, L2CAP_CONN_OK, in eatt_l2cap_connect_ind() 172 if (result != L2CAP_CONN_OK) { in eatt_l2cap_connect_cfm()
|
/system/bt/stack/bnep/ |
D | bnep_main.cc | 175 if ((result == L2CAP_CONN_OK) && in bnep_connect_cfm()
|
/system/bt/stack/hid/ |
D | hidd_conn.cc | 205 if (result != L2CAP_CONN_OK) { in hidd_l2cif_connect_cfm()
|
D | hidh_conn.cc | 338 if (result != L2CAP_CONN_OK) { in hidh_l2cif_connect_cfm()
|
/system/bt/stack/gap/ |
D | gap_conn.cc | 722 if ((result == L2CAP_CONN_OK) && in gap_connect_cfm()
|