Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_api.cc1234 bool on_off = !data_enabled; in L2CA_FlowControl() local
1236 L2CAP_TRACE_API("L2CA_FlowControl(%d) CID: 0x%04x", on_off, cid); in L2CA_FlowControl()
1252 if (p_ccb->fcrb.local_busy != on_off) { in L2CA_FlowControl()
1253 p_ccb->fcrb.local_busy = on_off; in L2CA_FlowControl()
1256 if (on_off) in L2CA_FlowControl()