Home
last modified time | relevance | path

Searched refs:L2CAP_CFG_UNACCEPTABLE_PARAMS (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c242 response.result = L2CAP_CFG_UNACCEPTABLE_PARAMS; in config_request_cb()
253 response.result = L2CAP_CFG_UNACCEPTABLE_PARAMS; in config_request_cb()
284 case L2CAP_CFG_UNACCEPTABLE_PARAMS: in config_completed_cb()
Dl2c_ble.c763 l2cu_send_peer_ble_par_rsp (p_lcb, L2CAP_CFG_UNACCEPTABLE_PARAMS, id); in l2cble_process_sig_cmd()
Dl2c_fcr.c1926 if (p_cfg->result == L2CAP_CFG_UNACCEPTABLE_PARAMS) { in l2c_fcr_renegotiate_chan()
Dl2c_utils.c2060 p_cfg->result = L2CAP_CFG_UNACCEPTABLE_PARAMS; in l2cu_process_peer_cfg_req()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2cdefs.h176 #define L2CAP_CFG_UNACCEPTABLE_PARAMS 1 macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c413 p_cfg->result = L2CAP_CFG_UNACCEPTABLE_PARAMS; in sdp_config_ind()
421 p_cfg->result = L2CAP_CFG_UNACCEPTABLE_PARAMS; in sdp_config_ind()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_conn.c339 …if (p_hcon->intr_cid == cid && p_cfg->result == L2CAP_CFG_UNACCEPTABLE_PARAMS && p_cfg->qos_presen… in hidd_l2cif_config_cfm()