Searched refs:l2cap_result (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_ble.cc | 641 con_info.l2cap_result = L2CAP_LE_RESULT_INVALID_SOURCE_CID; in l2cble_process_sig_cmd() 649 STREAM_TO_UINT16(con_info.l2cap_result, p); in l2cble_process_sig_cmd() 654 if (con_info.l2cap_result == L2CAP_LE_RESULT_NO_PSM || in l2cble_process_sig_cmd() 655 con_info.l2cap_result == in l2cble_process_sig_cmd() 657 con_info.l2cap_result == L2CAP_LE_RESULT_INSUFFICIENT_ENCRYP || in l2cble_process_sig_cmd() 658 con_info.l2cap_result == L2CAP_LE_RESULT_INSUFFICIENT_AUTHORIZATION || in l2cble_process_sig_cmd() 659 con_info.l2cap_result == L2CAP_LE_RESULT_UNACCEPTABLE_PARAMETERS || in l2cble_process_sig_cmd() 660 con_info.l2cap_result == L2CAP_LE_RESULT_INVALID_PARAMETERS) { in l2cble_process_sig_cmd() 670 con_info.l2cap_result = L2CAP_LE_RESULT_INVALID_PARAMETERS; in l2cble_process_sig_cmd() 694 mtu, mps, initial_credit, con_info.l2cap_result, num_of_channels); in l2cble_process_sig_cmd() [all …]
|
D | l2c_csm.cc | 651 local_cid, p_ci->l2cap_result); in l2c_csm_w4_l2cap_connect_rsp() 652 (*p_ccb->p_rcb->api.pL2CA_Error_Cb)(local_cid, p_ci->l2cap_result); in l2c_csm_w4_l2cap_connect_rsp() 660 << ", reason=" << loghex(p_ci->l2cap_result); in l2c_csm_w4_l2cap_connect_rsp() 762 p_ci->l2cap_result); in l2c_csm_w4_l2ca_connect_rsp() 784 if ((!p_ci) || (p_ci->l2cap_result == L2CAP_CONN_OK)) { in l2c_csm_w4_l2ca_connect_rsp() 789 l2cble_credit_based_conn_res(p_ccb, p_ci->l2cap_result); 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() 803 p_ci->l2cap_result, p_ci->l2cap_status); in l2c_csm_w4_l2ca_connect_rsp() 804 l2cu_send_peer_connect_rsp(p_ccb, p_ci->l2cap_result, in l2c_csm_w4_l2ca_connect_rsp() 817 p_ci->l2cap_result); in l2c_csm_w4_l2ca_connect_rsp() [all …]
|
D | l2c_main.cc | 435 STREAM_TO_UINT16(con_info.l2cap_result, p); in process_l2cap_cmd() 449 if (con_info.l2cap_result == L2CAP_CONN_OK) in process_l2cap_cmd() 451 else if (con_info.l2cap_result == L2CAP_CONN_PENDING) in process_l2cap_cmd()
|
D | l2c_int.h | 639 uint16_t l2cap_result; /* L2CAP result */ member
|
D | l2c_api.cc | 680 conn_info.l2cap_result = result; in L2CA_ConnectCreditBasedRsp()
|