Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_csm.c715 p_ccb->config_done |= RECONFIG_FLAG; in l2c_csm_config()
799 p_ccb->config_done |= RECONFIG_FLAG; in l2c_csm_config()
Dl2c_fcr.c1758 if (p_cfg->fcr_present && !(p_ccb->config_done & RECONFIG_FLAG)) { in l2c_fcr_adj_our_req_options()
1921 if (!p_cfg->fcr_present || (p_ccb->config_done & RECONFIG_FLAG)) { in l2c_fcr_renegotiate_chan()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h298 #define RECONFIG_FLAG 0x04 /* True after initial configuration */ macro