Home
last modified time | relevance | path

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

/system/bt/stack/avrc/
Davrc_int.h107 #define AVRC_MAX_CTRL_DATA_LEN (AVRC_PACKET_LEN)
Davrc_api.cc318 p_pkt = (BT_HDR*)osi_malloc(AVRC_PACKET_LEN + offset_len + BT_HDR_SIZE); in avrc_send_continue_frag()
636 AVRC_PACKET_LEN < sizeof(p_pkt->len))) { in avrc_msg_cback()
1187 (BT_HDR*)osi_malloc(AVRC_PACKET_LEN + offset_len + BT_HDR_SIZE); in AVRC_MsgReq()
/system/bt/stack/include/
Davrc_defs.h41 #define AVRC_PACKET_LEN 512 /* You must support 512 byte RC packets */ macro