Home
last modified time | relevance | path

Searched refs:L2CAP_CFG_OK (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_l2c.c237 if (p_cfg->result == L2CAP_CFG_OK) { in avct_l2c_config_cfm_cback()
287 p_cfg->result = L2CAP_CFG_OK; in avct_l2c_config_ind_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c404 p_cfg->result = L2CAP_CFG_OK; in sdp_config_ind()
425 if (p_cfg->result != L2CAP_CFG_OK) { in sdp_config_ind()
479 if (p_cfg->result == L2CAP_CFG_OK) { in sdp_config_cfm()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2cdefs.h175 #define L2CAP_CFG_OK 0 macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_mx_fsm.c617 if (p_cfg->result != L2CAP_CFG_OK) { in rfc_mx_conf_cnf()
664 p_cfg->result = L2CAP_CFG_OK; in rfc_mx_conf_ind()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c234 response.result = L2CAP_CFG_OK; in config_request_cb()
290 case L2CAP_CFG_OK: in config_completed_cb()
Dl2c_main.c684 if ( (cfg_info.result == L2CAP_CFG_OK) || (cfg_info.result == L2CAP_CFG_PENDING) ) { in process_l2cap_cmd()
Dl2c_ble.c769 l2cu_send_peer_ble_par_rsp (p_lcb, L2CAP_CFG_OK, id); in l2cble_process_sig_cmd()
Dl2c_api.c535 if ( (p_cfg->result == L2CAP_CFG_OK) || (p_cfg->result == L2CAP_CFG_PENDING) ) { in L2CA_ConfigRsp()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c894 p_cfg->result = L2CAP_CFG_OK; in gap_config_ind()
924 if (p_cfg->result == L2CAP_CFG_OK) { in gap_config_cfm()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_conn.c293 p_cfg->result = L2CAP_CFG_OK; in hidd_l2cif_config_ind()
353 } else if (p_cfg->result != L2CAP_CFG_OK) { in hidd_l2cif_config_cfm()
Dhidh_conn.c454 p_cfg->result = L2CAP_CFG_OK; in hidh_l2cif_config_ind()
522 if (p_cfg->result != L2CAP_CFG_OK) { in hidh_l2cif_config_cfm()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_l2c.c385 p_cfg->result = L2CAP_CFG_OK; in avdt_l2c_config_ind_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c717 if (p_cfg->result == L2CAP_CFG_OK) { in gatt_l2cif_config_cfm_cback()
774 p_cfg->result = L2CAP_CFG_OK; in gatt_l2cif_config_ind_cback()