Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_api.cc1309 bool on_off = !data_enabled; in L2CA_FlowControl() local
1311 L2CAP_TRACE_API("L2CA_FlowControl(%d) CID: 0x%04x", on_off, cid); in L2CA_FlowControl()
1327 if (p_ccb->fcrb.local_busy != on_off) { in L2CA_FlowControl()
1328 p_ccb->fcrb.local_busy = on_off; in L2CA_FlowControl()
1331 if (on_off) in L2CA_FlowControl()