Home
last modified time | relevance | path

Searched refs:AVRC_PACKET_LEN (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/include/
Davrc_int.h94 #define AVRC_MAX_CTRL_DATA_LEN (AVRC_PACKET_LEN)
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_api.c203 p_pkt = (BT_HDR *)osi_malloc((UINT16)(AVRC_PACKET_LEN + offset_len + BT_HDR_SIZE)); in avrc_send_continue_frag()
529 (p_pkt->layer_specific & AVCT_DATA_CTRL && AVRC_PACKET_LEN < sizeof(p_pkt->len))) { in avrc_msg_cback()
989 p_pkt_new = (BT_HDR *)osi_malloc((UINT16)(AVRC_PACKET_LEN + offset_len in AVRC_MsgReq()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_av_api.h518 #define BTA_AVC_PACKET_LEN AVRC_PACKET_LEN
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davrc_defs.h39 #define AVRC_PACKET_LEN 512 /* Per the spec, you must support 512 byte RC packets */ macro