Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c2211 if ( l2cb.is_flush_active == 0 ) { in L2CA_FlushChannel()
2212 l2cb.is_flush_active = 1; in L2CA_FlushChannel()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h503 BOOLEAN is_flush_active; /* 1 if an HCI_Enhanced_Flush has been sent */ member