Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c341 p_cfg->result = L2CAP_CFG_OK; in sdp_config_ind()
362 if (p_cfg->result != L2CAP_CFG_OK) { in sdp_config_ind()
416 if (p_cfg->result == L2CAP_CFG_OK) { in sdp_config_cfm()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dl2cdefs.h175 #define L2CAP_CFG_OK 0 macro
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/rfcomm/
Drfc_mx_fsm.c581 if (p_cfg->result != L2CAP_CFG_OK) { in rfc_mx_conf_cnf()
628 p_cfg->result = L2CAP_CFG_OK; in rfc_mx_conf_ind()
/device/soc/esp/esp32/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.c656 if ( (cfg_info.result == L2CAP_CFG_OK) || (cfg_info.result == L2CAP_CFG_PENDING) ) { in process_l2cap_cmd()
Dl2c_ble.c731 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()
/device/soc/esp/esp32/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()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c716 if (p_cfg->result == L2CAP_CFG_OK) { in gatt_l2cif_config_cfm_cback()
773 p_cfg->result = L2CAP_CFG_OK; in gatt_l2cif_config_ind_cback()
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/hid/
Dhidh_conn.c452 p_cfg->result = L2CAP_CFG_OK; in hidh_l2cif_config_ind()
520 if (p_cfg->result != L2CAP_CFG_OK) { in hidh_l2cif_config_cfm()