Home
last modified time | relevance | path

Searched refs:l2cap_result (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_ble.cc280 con_info.l2cap_result = L2CAP_LE_RESULT_NO_PSM; in l2cble_process_sig_cmd()
488 con_info.l2cap_result = L2CAP_LE_RESULT_INVALID_SOURCE_CID; in l2cble_process_sig_cmd()
496 STREAM_TO_UINT16(con_info.l2cap_result, p); in l2cble_process_sig_cmd()
501 if (con_info.l2cap_result == L2CAP_LE_RESULT_NO_PSM || in l2cble_process_sig_cmd()
502 con_info.l2cap_result == in l2cble_process_sig_cmd()
504 con_info.l2cap_result == L2CAP_LE_RESULT_INSUFFICIENT_ENCRYP || in l2cble_process_sig_cmd()
505 con_info.l2cap_result == L2CAP_LE_RESULT_INSUFFICIENT_AUTHORIZATION || in l2cble_process_sig_cmd()
506 con_info.l2cap_result == L2CAP_LE_RESULT_UNACCEPTABLE_PARAMETERS || in l2cble_process_sig_cmd()
507 con_info.l2cap_result == L2CAP_LE_RESULT_INVALID_PARAMETERS) { in l2cble_process_sig_cmd()
508 log::error("L2CAP - not accepted. Status {}", con_info.l2cap_result); in l2cble_process_sig_cmd()
[all …]
Dl2c_csm.cc711 p_ci->l2cap_result); in l2c_csm_w4_l2cap_connect_rsp()
712 (*p_ccb->p_rcb->api.pL2CA_Error_Cb)(local_cid, p_ci->l2cap_result); in l2c_csm_w4_l2cap_connect_rsp()
723 p_ccb->local_cid, p_ci->l2cap_result); in l2c_csm_w4_l2cap_connect_rsp()
727 local_cid, le_result_to_l2c_conn(p_ci->l2cap_result)); in l2c_csm_w4_l2cap_connect_rsp()
850 p_ci->l2cap_result); in l2c_csm_w4_l2ca_connect_rsp()
884 if ((!p_ci) || (p_ci->l2cap_result == L2CAP_CONN_OK)) { in l2c_csm_w4_l2ca_connect_rsp()
889 l2cble_credit_based_conn_res(p_ccb, p_ci->l2cap_result); 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()
903 p_ci->l2cap_result, p_ci->l2cap_status); in l2c_csm_w4_l2ca_connect_rsp()
904 l2cu_send_peer_connect_rsp(p_ccb, p_ci->l2cap_result, in l2c_csm_w4_l2ca_connect_rsp()
[all …]
Dl2c_main.cc423 STREAM_TO_UINT16(con_info.l2cap_result, p); in process_l2cap_cmd()
437 if (con_info.l2cap_result == L2CAP_CONN_OK) { in process_l2cap_cmd()
439 } else if (con_info.l2cap_result == L2CAP_CONN_PENDING) { in process_l2cap_cmd()
Dl2c_int.h660 uint16_t l2cap_result; /* L2CAP result */ member
Dl2c_api.cc710 conn_info.l2cap_result = result; in L2CA_ConnectCreditBasedRsp()
/packages/modules/Bluetooth/system/stack/include/
Dgap_api.h83 uint16_t l2cap_result; member
/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_act.cc173 static tBTA_JV_L2CAP_REASON bta_jv_from_gap_l2cap_err(uint16_t l2cap_result) { in bta_jv_from_gap_l2cap_err() argument
174 switch (l2cap_result) { in bta_jv_from_gap_l2cap_err()
988 data != nullptr ? bta_jv_from_gap_l2cap_err(data->l2cap_result) in bta_jv_l2cap_client_cback()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_conn.cc696 cb_data.l2cap_result = result; in gap_on_l2cap_error()