Searched refs:L2CA_SetChnlFlushability (Results 1 – 7 of 7) sorted by relevance
69 struct L2CA_SetChnlFlushability L2CA_SetChnlFlushability; variable245 bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable) { in L2CA_SetChnlFlushability() function247 return test::mock::stack_l2cap_api::L2CA_SetChnlFlushability(cid, in L2CA_SetChnlFlushability()
448 struct L2CA_SetChnlFlushability { struct455 extern struct L2CA_SetChnlFlushability L2CA_SetChnlFlushability; argument
343 struct L2CA_SetChnlFlushability { struct350 extern struct L2CA_SetChnlFlushability L2CA_SetChnlFlushability; argument
301 bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable);
707 [[nodiscard]] bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable);
1523 bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable) { in L2CA_SetChnlFlushability() function
1225 if (!L2CA_SetChnlFlushability(p_scb->l2c_cid, true)) { in bta_av_str_opened()