Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_csm.c663 UINT8 cfg_result; in l2c_csm_config() local
680 if ((cfg_result = l2cu_process_peer_cfg_req (p_ccb, p_cfg)) == L2CAP_PEER_CFG_OK) { in l2c_csm_config()
684 } else if (cfg_result == L2CAP_PEER_CFG_DISCONNECT) { in l2c_csm_config()
888 UINT8 cfg_result; in l2c_csm_open() local
934 if ((cfg_result = l2cu_process_peer_cfg_req (p_ccb, p_cfg)) == L2CAP_PEER_CFG_OK) { in l2c_csm_open()
939 else if (cfg_result == L2CAP_PEER_CFG_UNACCEPTABLE) { in l2c_csm_open()