Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_ble.cc641 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 …]
Dl2c_csm.cc651 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 …]
Dl2c_main.cc435 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()
Dl2c_int.h639 uint16_t l2cap_result; /* L2CAP result */ member
Dl2c_api.cc680 conn_info.l2cap_result = result; in L2CA_ConnectCreditBasedRsp()