Searched refs:on_off (Results 1 – 1 of 1) sorted by relevance
994 BOOLEAN on_off = !data_enabled; in L2CA_FlowControl() local996 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()