Searched refs:cfg_result (Results 1 – 1 of 1) sorted by relevance
994 uint8_t cfg_result; in l2c_csm_config() local1021 cfg_result = l2cu_process_peer_cfg_req(p_ccb, p_cfg); in l2c_csm_config()1022 if (cfg_result == L2CAP_PEER_CFG_OK) { in l2c_csm_config()1041 } else if (cfg_result == L2CAP_PEER_CFG_DISCONNECT) { in l2c_csm_config()1295 uint8_t cfg_result = L2CAP_PEER_CFG_DISCONNECT; in l2c_csm_open() local1341 cfg_result = l2cu_process_peer_cfg_req(p_ccb, p_cfg); in l2c_csm_open()1343 if (cfg_result == L2CAP_PEER_CFG_OK) { in l2c_csm_open()1350 else if (cfg_result == L2CAP_PEER_CFG_UNACCEPTABLE) { in l2c_csm_open()