Home
last modified time | relevance | path

Searched refs:AVCT_DATA_CTRL (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_opt.c74 p_cmd->layer_specific = AVCT_DATA_CTRL; in avrc_vendor_msg()
114 p_cmd->layer_specific = AVCT_DATA_CTRL; in AVRC_UnitCmd()
159 p_cmd->layer_specific = AVCT_DATA_CTRL; in AVRC_SubCmd()
Davrc_bld_ct.c150 p_pkt->layer_specific = AVCT_DATA_CTRL; in avrc_bld_init_cmd_buffer()
Davrc_api.c529 (p_pkt->layer_specific & AVCT_DATA_CTRL && AVRC_PACKET_LEN < sizeof(p_pkt->len))) { in avrc_msg_cback()
790 p_cmd->layer_specific = AVCT_DATA_CTRL; in avrc_pass_msg()
Davrc_bld_tg.c724 UINT16 chnl = AVCT_DATA_CTRL; in avrc_bld_init_rsp_buffer()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davct_api.h53 #define AVCT_DATA_CTRL 0x0001 /* for the control channel */ macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_lcb_act.c637 p_data->p_buf->layer_specific = AVCT_DATA_CTRL; in avct_lcb_msg_ind()