Searched refs:l2cap_result (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_ble.cc | 527 con_info.l2cap_result = L2CAP_LE_RESULT_NO_PSM; in l2cble_process_sig_cmd() 733 con_info.l2cap_result = L2CAP_LE_RESULT_INVALID_SOURCE_CID; in l2cble_process_sig_cmd() 741 STREAM_TO_UINT16(con_info.l2cap_result, p); in l2cble_process_sig_cmd() 746 if (con_info.l2cap_result == L2CAP_LE_RESULT_NO_PSM || in l2cble_process_sig_cmd() 747 con_info.l2cap_result == in l2cble_process_sig_cmd() 749 con_info.l2cap_result == L2CAP_LE_RESULT_INSUFFICIENT_ENCRYP || in l2cble_process_sig_cmd() 750 con_info.l2cap_result == L2CAP_LE_RESULT_INSUFFICIENT_AUTHORIZATION || in l2cble_process_sig_cmd() 751 con_info.l2cap_result == L2CAP_LE_RESULT_UNACCEPTABLE_PARAMETERS || in l2cble_process_sig_cmd() 752 con_info.l2cap_result == L2CAP_LE_RESULT_INVALID_PARAMETERS) { in l2cble_process_sig_cmd() 754 con_info.l2cap_result); in l2cble_process_sig_cmd() [all …]
|
D | l2c_csm.cc | 701 local_cid, p_ci->l2cap_result); in l2c_csm_w4_l2cap_connect_rsp() 702 (*p_ccb->p_rcb->api.pL2CA_Error_Cb)(local_cid, p_ci->l2cap_result); in l2c_csm_w4_l2cap_connect_rsp() 714 << ", reason=" << loghex(p_ci->l2cap_result); in l2c_csm_w4_l2cap_connect_rsp() 718 local_cid, le_result_to_l2c_conn(p_ci->l2cap_result)); in l2c_csm_w4_l2cap_connect_rsp() 841 p_ci->l2cap_result); in l2c_csm_w4_l2ca_connect_rsp() 873 if ((!p_ci) || (p_ci->l2cap_result == L2CAP_CONN_OK)) { in l2c_csm_w4_l2ca_connect_rsp() 878 l2cble_credit_based_conn_res(p_ccb, p_ci->l2cap_result); in l2c_csm_w4_l2ca_connect_rsp() 883 if ((!p_ci) || (p_ci->l2cap_result == L2CAP_CONN_OK)) { in l2c_csm_w4_l2ca_connect_rsp() 892 p_ci->l2cap_result, p_ci->l2cap_status); in l2c_csm_w4_l2ca_connect_rsp() 893 l2cu_send_peer_connect_rsp(p_ccb, p_ci->l2cap_result, in l2c_csm_w4_l2ca_connect_rsp() [all …]
|
D | l2c_main.cc | 415 STREAM_TO_UINT16(con_info.l2cap_result, p); in process_l2cap_cmd() 429 if (con_info.l2cap_result == L2CAP_CONN_OK) { in process_l2cap_cmd() 431 } else if (con_info.l2cap_result == L2CAP_CONN_PENDING) { in process_l2cap_cmd()
|
D | l2c_int.h | 669 uint16_t l2cap_result; /* L2CAP result */ member
|
D | l2c_api.cc | 755 conn_info.l2cap_result = result; in L2CA_ConnectCreditBasedRsp()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | gap_api.h | 78 uint16_t l2cap_result; member
|
/packages/modules/Bluetooth/system/bta/jv/ |
D | bta_jv_act.cc | 164 static tBTA_JV_L2CAP_REASON bta_jv_from_gap_l2cap_err(uint16_t l2cap_result) { in bta_jv_from_gap_l2cap_err() argument 165 switch (l2cap_result) { in bta_jv_from_gap_l2cap_err() 936 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 | 698 cb_data.l2cap_result = result; in gap_on_l2cap_error()
|