Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_csm.c930 p_ccb->config_done &= ~CFG_DONE_MASK; in l2c_csm_open()
997 p_ccb->config_done &= ~CFG_DONE_MASK; in l2c_csm_open()
Dl2c_api.c954 p_ccb->config_done = CFG_DONE_MASK; in L2CA_LocalLoopbackReq()
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h299 #define CFG_DONE_MASK (IB_CFG_DONE | OB_CFG_DONE) macro