Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c994 BOOLEAN on_off = !data_enabled; in L2CA_FlowControl() local
996 L2CAP_TRACE_API ("L2CA_FlowControl(%d) CID: 0x%04x", on_off, cid); in L2CA_FlowControl()
1008 if (p_ccb->fcrb.local_busy != on_off) { in L2CA_FlowControl()
1009 p_ccb->fcrb.local_busy = on_off; in L2CA_FlowControl()
1012 if (on_off) { in L2CA_FlowControl()