Home
last modified time | relevance | path

Searched refs:AVDT_ALH_FRAG_MASK (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/include/
Davdt_defs.h142 #define AVDT_ALH_FRAG_MASK 0x04 /* set this for continuation packet */ macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_scb_act.c1368 (AVDT_ALH_FRAG_MASK | AVDT_ALH_LCODE_16BIT); in avdt_scb_hdl_write_req_frag()
2175 … *p++ = (p_scb->curr_cfg.mux_tsid_media << 3) | (AVDT_ALH_FRAG_MASK | AVDT_ALH_LCODE_16BIT); in avdt_scb_queue_frags()