Searched refs:is_flushable (Results 1 – 7 of 7) sorted by relevance
372 uint8_t is_flushable; /* true if flushable channel */ member
443 bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable);
457 bool is_flushable) { in L2CA_SetChnlFlushability() argument
1775 bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable) { in L2CA_SetChnlFlushability() argument1777 return bluetooth::shim::L2CA_SetChnlFlushability(cid, is_flushable); in L2CA_SetChnlFlushability()1791 p_ccb->is_flushable = is_flushable; in L2CA_SetChnlFlushability()1794 cid, is_flushable); in L2CA_SetChnlFlushability()
335 bool is_flushable; /* true if channel is flushable */ member
1501 p_ccb->is_flushable = false; in l2cu_allocate_ccb()2556 p_ccb->is_flushable = false; in l2cu_initialize_fixed_ccb()3366 (p_ccb->is_flushable)) || in l2cu_set_acl_hci_header()
721 extern bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable);