Searched defs:is_flushable (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_api.c1735 BOOLEAN L2CA_SetChnlFlushability (UINT16 cid, BOOLEAN is_flushable) argument
1748 p_ccb->is_flushable = is_flushable;
1750 L2CAP_TRACE_API ("L2CA_SetChnlFlushability() CID: 0x%04x is_flushable: %d", cid, is_flushable);
H A Dl2c_int.h338 BOOLEAN is_flushable; /* TRUE if channel is flushable */ member in struct:t_l2c_ccb

Completed in 418 milliseconds