Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/avrc/
Davrc_int.h108 #define AVRC_MAX_CTRL_DATA_LEN (AVRC_PACKET_LEN)
Davrc_api.cc341 p_pkt = (BT_HDR*)osi_calloc(AVRC_PACKET_LEN + offset_len + BT_HDR_SIZE); in avrc_send_continue_frag()
659 p_pkt->len > AVRC_PACKET_LEN)) { in avrc_msg_cback()
661 AVRC_PACKET_LEN); in avrc_msg_cback()
1272 (BT_HDR*)osi_calloc(AVRC_PACKET_LEN + offset_len + BT_HDR_SIZE); in AVRC_MsgReq()
/packages/modules/Bluetooth/system/stack/include/
Davrc_defs.h43 #define AVRC_PACKET_LEN 512 /* You must support 512 byte RC packets */ macro