Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h848 extern BOOLEAN L2CA_SetChnlFlushability (UINT16 cid, BOOLEAN is_flushable);
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c2177 BOOLEAN L2CA_SetChnlFlushability (UINT16 cid, BOOLEAN is_flushable) in L2CA_SetChnlFlushability() function
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_aact.c1375 L2CA_SetChnlFlushability (p_scb->l2c_cid, TRUE); in bta_av_str_opened()