Home
last modified time | relevance | path

Searched refs:L2CA_SetChnlFlushability (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.cc69 struct L2CA_SetChnlFlushability L2CA_SetChnlFlushability; variable
245 bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable) { in L2CA_SetChnlFlushability() function
247 return test::mock::stack_l2cap_api::L2CA_SetChnlFlushability(cid, in L2CA_SetChnlFlushability()
Dmock_stack_l2cap_api.h448 struct L2CA_SetChnlFlushability { struct
455 extern struct L2CA_SetChnlFlushability L2CA_SetChnlFlushability; argument
Dmock_main_shim_l2cap_api.h343 struct L2CA_SetChnlFlushability { struct
350 extern struct L2CA_SetChnlFlushability L2CA_SetChnlFlushability; argument
/packages/modules/Bluetooth/system/main/shim/
Dl2c_api.h301 bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable);
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h707 [[nodiscard]] bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable);
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc1523 bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable) { in L2CA_SetChnlFlushability() function
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_aact.cc1225 if (!L2CA_SetChnlFlushability(p_scb->l2c_cid, true)) { in bta_av_str_opened()