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

/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_int.h93 #define AVRC_MAX_CTRL_DATA_LEN (AVRC_PACKET_LEN)
H A Davrc_api.c179 p_pkt = (BT_HDR *)GKI_getbuf((UINT16)(AVRC_PACKET_LEN + AVCT_MSG_OFFSET + BT_HDR_SIZE));
543 (p_pkt->layer_specific & AVCT_DATA_CTRL && AVRC_PACKET_LEN < sizeof(p_pkt->len)))
1017 p_pkt_new = (BT_HDR *)GKI_getbuf((UINT16)(AVRC_PACKET_LEN + AVCT_MSG_OFFSET
/external/bluetooth/bluedroid/bta/include/
H A Dbta_av_api.h461 #define BTA_AVC_PACKET_LEN AVRC_PACKET_LEN
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h36 #define AVRC_PACKET_LEN 512 /* Per the spec, you must support 512 byte RC packets */ macro

Completed in 72 milliseconds