Searched refs:is_flushable (Results 1 – 4 of 4) sorted by relevance
2121 BOOLEAN L2CA_SetChnlFlushability (UINT16 cid, BOOLEAN is_flushable) in L2CA_SetChnlFlushability() argument2133 p_ccb->is_flushable = is_flushable; in L2CA_SetChnlFlushability()2135 … L2CAP_TRACE_API ("L2CA_SetChnlFlushability() CID: 0x%04x is_flushable: %d", cid, is_flushable); in L2CA_SetChnlFlushability()
1600 p_ccb->is_flushable = FALSE; in l2cu_allocate_ccb()2701 p_ccb->is_flushable = FALSE; in l2cu_initialize_fixed_ccb()3619 …_buf->layer_specific & L2CAP_FLUSHABLE_MASK) == L2CAP_FLUSHABLE_CH_BASED) && (p_ccb->is_flushable))
844 extern BOOLEAN L2CA_SetChnlFlushability (UINT16 cid, BOOLEAN is_flushable);
336 BOOLEAN is_flushable; /* TRUE if channel is flushable */ member