Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ucd.c68 && ( p_rcb->ucd.state & L2C_UCD_STATE_W4_MTU )) { in l2c_ucd_discover_cback()
70 p_rcb->ucd.state &= ~(L2C_UCD_STATE_W4_MTU); in l2c_ucd_discover_cback()
340 p_rcb->ucd.state |= L2C_UCD_STATE_W4_MTU; in L2CA_UcdDiscover()
658 if (p_rcb->ucd.state & L2C_UCD_STATE_W4_MTU) { in l2c_ucd_check_pending_info_req()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h238 #define L2C_UCD_STATE_W4_MTU 0x04 macro