Searched refs:is_flushable (Results 1 – 4 of 4) sorted by relevance
2177 BOOLEAN L2CA_SetChnlFlushability (UINT16 cid, BOOLEAN is_flushable) in L2CA_SetChnlFlushability() argument2189 p_ccb->is_flushable = is_flushable; in L2CA_SetChnlFlushability()2191 … L2CAP_TRACE_API ("L2CA_SetChnlFlushability() CID: 0x%04x is_flushable: %d", cid, is_flushable); in L2CA_SetChnlFlushability()
1606 p_ccb->is_flushable = FALSE; in l2cu_allocate_ccb()2712 p_ccb->is_flushable = FALSE; in l2cu_initialize_fixed_ccb()3600 …_buf->layer_specific & L2CAP_FLUSHABLE_MASK) == L2CAP_FLUSHABLE_CH_BASED) && (p_ccb->is_flushable))
848 extern BOOLEAN L2CA_SetChnlFlushability (UINT16 cid, BOOLEAN is_flushable);
336 BOOLEAN is_flushable; /* TRUE if channel is flushable */ member