Searched refs:L2CAP_CONN_OK (Results 1 – 16 of 16) sorted by relevance
/system/bt/stack/avdt/ |
D | avdt_l2c.cc | 91 L2CA_ConnectRsp(*bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_OK, in avdt_sec_check_complete_term() 92 L2CAP_CONN_OK); in avdt_sec_check_complete_term() 111 L2CAP_CONN_OK); in avdt_sec_check_complete_term() 213 L2CAP_CONN_OK); in avdt_l2c_connect_ind_cback() 230 result = L2CAP_CONN_OK; in avdt_l2c_connect_ind_cback() 238 result = L2CAP_CONN_OK; in avdt_l2c_connect_ind_cback() 251 if (result == L2CAP_CONN_OK) { in avdt_l2c_connect_ind_cback() 293 if (result == L2CAP_CONN_OK) { in avdt_l2c_connect_cfm_cback() 336 if (result != L2CAP_CONN_OK) { in avdt_l2c_connect_cfm_cback() 366 if (p_cfg->result == L2CAP_CONN_OK) { in avdt_l2c_config_cfm_cback()
|
/system/bt/stack/avct/ |
D | avct_l2c.cc | 104 uint16_t result = L2CAP_CONN_OK; in avct_l2c_connect_ind_cback() 139 if (result == L2CAP_CONN_OK) { in avct_l2c_connect_ind_cback() 181 if (result == L2CAP_CONN_OK) { in avct_l2c_connect_cfm_cback() 209 if (result == L2CAP_CONN_OK) { in avct_l2c_connect_cfm_cback()
|
D | avct_l2c_br.cc | 142 result = L2CAP_CONN_OK; in avct_l2c_br_connect_ind_cback() 163 if (result == L2CAP_CONN_OK) { in avct_l2c_br_connect_ind_cback() 193 if (result != L2CAP_CONN_OK) { in avct_l2c_br_connect_cfm_cback()
|
/system/bt/stack/hid/ |
D | hidd_conn.cc | 122 L2CAP_CONN_OK, L2CAP_CONN_OK); in hidd_sec_check_complete() 130 L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK); in hidd_sec_check_complete() 251 L2CA_ConnectRsp(bd_addr, id, cid, L2CAP_CONN_PENDING, L2CAP_CONN_OK); in hidd_l2cif_connect_ind() 261 L2CA_ConnectRsp(bd_addr, id, cid, L2CAP_CONN_OK, L2CAP_CONN_OK); in hidd_l2cif_connect_ind() 294 if (result != L2CAP_CONN_OK) { in hidd_l2cif_connect_cfm()
|
D | hidh_conn.cc | 177 L2CAP_CONN_OK, L2CAP_CONN_OK); in hidh_sec_check_complete_term() 189 L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK); in hidh_sec_check_complete_term() 270 L2CAP_CONN_OK); in hidh_l2cif_connect_ind() 281 L2CA_ConnectRsp(bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_OK, L2CAP_CONN_OK); in hidh_l2cif_connect_ind() 401 if (result != L2CAP_CONN_OK) { in hidh_l2cif_connect_cfm()
|
/system/bt/stack/gap/ |
D | gap_conn.cc | 750 L2CA_ErtmConnectRsp(bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_OK, in gap_connect_ind() 751 L2CAP_CONN_OK, &p_ccb->ertm_info); in gap_connect_ind() 754 L2CA_ConnectLECocRsp(bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_OK, in gap_connect_ind() 755 L2CAP_CONN_OK, &p_ccb->local_coc_cfg); in gap_connect_ind() 850 if ((result == L2CAP_CONN_OK) && in gap_connect_cfm()
|
/system/bt/stack/sdp/ |
D | sdp_main.cc | 160 L2CA_ConnectRsp(bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_OK, L2CAP_CONN_OK); in sdp_connect_ind() 213 if ((result == L2CAP_CONN_OK) && (p_ccb->con_state == SDP_STATE_CONN_SETUP)) { in sdp_connect_cfm()
|
/system/bt/stack/include/ |
D | l2cdefs.h | 116 #define L2CAP_CONN_OK 0 macro
|
/system/bt/stack/bnep/ |
D | bnep_main.cc | 136 L2CA_ConnectRsp(bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_OK, L2CAP_CONN_OK); in bnep_connect_ind() 171 if ((result == L2CAP_CONN_OK) && in bnep_connect_cfm()
|
/system/bt/stack/gatt/ |
D | gatt_main.cc | 571 uint8_t result = L2CAP_CONN_OK; in gatt_l2cif_connect_ind_cback() 594 if (result != L2CAP_CONN_OK) return; in gatt_l2cif_connect_ind_cback() 624 if (result == L2CAP_CONN_OK) { in gatt_l2cif_connect_cfm_cback() 640 if (result == L2CAP_CONN_OK) { in gatt_l2cif_connect_cfm_cback()
|
/system/bt/stack/l2cap/ |
D | l2c_csm.cc | 551 (*p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb)(local_cid, L2CAP_CONN_OK); in l2c_csm_w4_l2cap_connect_rsp() 654 if ((!p_ci) || (p_ci->l2cap_result == L2CAP_CONN_OK)) { in l2c_csm_w4_l2ca_connect_rsp() 655 l2cble_credit_based_conn_res(p_ccb, L2CAP_CONN_OK); in l2c_csm_w4_l2ca_connect_rsp() 664 if ((!p_ci) || (p_ci->l2cap_result == L2CAP_CONN_OK)) { in l2c_csm_w4_l2ca_connect_rsp() 665 l2cu_send_peer_connect_rsp(p_ccb, L2CAP_CONN_OK, 0); in l2c_csm_w4_l2ca_connect_rsp()
|
D | l2c_api.cc | 681 if (result == L2CAP_CONN_OK) in L2CA_ConnectLECocRsp() 816 if (result == L2CAP_CONN_OK) { in L2CA_ErtmConnectRsp()
|
D | l2c_main.cc | 433 if (con_info.l2cap_result == L2CAP_CONN_OK) in process_l2cap_cmd()
|
/system/bt/stack/test/rfcomm/ |
D | stack_rfcomm_test.cc | 152 ConnectResponse(peer_addr, cmd_id, lcid, L2CAP_CONN_OK, 0)); in ConnectServerL2cap() 299 l2cap_appl_info_.pL2CA_ConnectCfm_Cb(lcid, L2CAP_CONN_OK); in TestConnectClientPortL2cap() 764 new_lcid, L2CAP_CONN_OK, 0)) in TEST_F()
|
/system/bt/stack/rfcomm/ |
D | rfc_l2cap_if.cc | 153 if (result != L2CAP_CONN_OK) { in RFCOMM_ConnectCnf()
|
D | rfc_mx_fsm.cc | 152 L2CAP_CONN_OK, 0); in rfc_mx_sm_state_idle()
|