Searched refs:l2cap_result (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_ble.cc | 306 .l2cap_result = in l2cble_process_sig_cmd() 519 con_info.l2cap_result = in l2cble_process_sig_cmd() 531 con_info.l2cap_result = static_cast<tL2CAP_CONN>(result_u16); in l2cble_process_sig_cmd() 536 if (con_info.l2cap_result == in l2cble_process_sig_cmd() 538 con_info.l2cap_result == in l2cble_process_sig_cmd() 541 con_info.l2cap_result == in l2cble_process_sig_cmd() 544 con_info.l2cap_result == in l2cble_process_sig_cmd() 547 con_info.l2cap_result == in l2cble_process_sig_cmd() 550 con_info.l2cap_result == in l2cble_process_sig_cmd() 553 log::error("L2CAP - not accepted. Status {}", con_info.l2cap_result); in l2cble_process_sig_cmd() [all …]
|
D | l2c_csm.cc | 761 log::debug("Calling pL2CA_Error_Cb(),cid {}, result 0x{:04x}", local_cid, p_ci->l2cap_result); in l2c_csm_w4_l2cap_connect_rsp() 762 (*p_ccb->p_rcb->api.pL2CA_Error_Cb)(local_cid, static_cast<uint16_t>(p_ci->l2cap_result)); in l2c_csm_w4_l2cap_connect_rsp() 771 p_ci->l2cap_result); in l2c_csm_w4_l2cap_connect_rsp() 774 (*p_ccb->p_rcb->api.pL2CA_Error_Cb)(local_cid, static_cast<uint16_t>(p_ci->l2cap_result)); in l2c_csm_w4_l2cap_connect_rsp() 889 static_cast<tL2CAP_LE_RESULT_CODE>(p_ci->l2cap_result)); in l2c_csm_w4_l2ca_connect_rsp() 919 if ((!p_ci) || (p_ci->l2cap_result == tL2CAP_CONN::L2CAP_CONN_OK)) { in l2c_csm_w4_l2ca_connect_rsp() 925 static_cast<tL2CAP_LE_RESULT_CODE>(p_ci->l2cap_result)); in l2c_csm_w4_l2ca_connect_rsp() 930 if ((!p_ci) || (p_ci->l2cap_result == tL2CAP_CONN::L2CAP_CONN_OK)) { in l2c_csm_w4_l2ca_connect_rsp() 938 log::debug("Sending connection result {} and status {}", p_ci->l2cap_result, in l2c_csm_w4_l2ca_connect_rsp() 940 l2cu_send_peer_connect_rsp(p_ccb, p_ci->l2cap_result, p_ci->l2cap_status); in l2c_csm_w4_l2ca_connect_rsp() [all …]
|
D | l2c_main.cc | 359 .l2cap_result{}, in process_l2cap_cmd() 428 con_info.l2cap_result = static_cast<tL2CAP_CONN>(result_u16); in process_l2cap_cmd() 441 if (con_info.l2cap_result == tL2CAP_CONN::L2CAP_CONN_OK) { in process_l2cap_cmd() 443 } else if (con_info.l2cap_result == tL2CAP_CONN::L2CAP_CONN_PENDING) { in process_l2cap_cmd() 824 .l2cap_result{}, in process_l2cap_cmd()
|
D | l2c_link.cc | 68 .l2cap_result{}, in l2c_link_hci_conn_comp() 199 .l2cap_result{}, in l2c_link_sec_comp() 513 .l2cap_result{}, in l2c_info_resp_timer_timeout()
|
D | l2c_int.h | 650 tL2CAP_CONN l2cap_result; /* L2CAP result */ member
|
D | l2c_api.cc | 690 .l2cap_result = static_cast<tL2CAP_CONN>(result), in L2CA_ConnectCreditBasedRsp()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | gap_api.h | 81 tL2CAP_CONN l2cap_result; member
|
/packages/modules/Bluetooth/system/bta/jv/ |
D | bta_jv_act.cc | 175 static tBTA_JV_L2CAP_REASON bta_jv_from_gap_l2cap_err(const tL2CAP_CONN& l2cap_result) { in bta_jv_from_gap_l2cap_err() argument 176 switch (l2cap_result) { in bta_jv_from_gap_l2cap_err() 1017 evt_data.l2c_close.reason = data != nullptr ? bta_jv_from_gap_l2cap_err(data->l2cap_result) in bta_jv_l2cap_client_cback()
|
/packages/modules/Bluetooth/system/stack/gap/ |
D | gap_conn.cc | 795 cb_data.l2cap_result = to_l2cap_result_code(result); in gap_on_l2cap_error()
|