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);
298 bool is_flushable) { in L2CA_SetChnlFlushability() argument
1784 bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable) { in L2CA_SetChnlFlushability() argument1786 return bluetooth::shim::L2CA_SetChnlFlushability(cid, is_flushable); in L2CA_SetChnlFlushability()1800 p_ccb->is_flushable = is_flushable; in L2CA_SetChnlFlushability()1803 cid, is_flushable); in L2CA_SetChnlFlushability()
336 bool is_flushable; /* true if channel is flushable */ member
1499 p_ccb->is_flushable = false; in l2cu_allocate_ccb()2559 p_ccb->is_flushable = false; in l2cu_initialize_fixed_ccb()3381 (p_ccb->is_flushable)) || in l2cu_set_acl_hci_header()
723 extern bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable);