Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ucd.c61 && ( p_rcb->ucd.state & L2C_UCD_STATE_W4_RECEPTION )) { in l2c_ucd_discover_cback()
63 p_rcb->ucd.state &= ~(L2C_UCD_STATE_W4_RECEPTION); in l2c_ucd_discover_cback()
336 p_rcb->ucd.state |= L2C_UCD_STATE_W4_RECEPTION; in L2CA_UcdDiscover()
636 if (p_rcb->ucd.state & L2C_UCD_STATE_W4_RECEPTION) { in l2c_ucd_check_pending_info_req()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h237 #define L2C_UCD_STATE_W4_RECEPTION 0x02 macro