OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVRC_PACKET_LEN
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/avrc/
avrc_int.h
93
#define AVRC_MAX_CTRL_DATA_LEN (
AVRC_PACKET_LEN
)
avrc_api.c
177
p_pkt = (BT_HDR *)GKI_getbuf((UINT16)(
AVRC_PACKET_LEN
+ AVCT_MSG_OFFSET + BT_HDR_SIZE));
490
(p_pkt->layer_specific & AVCT_DATA_CTRL &&
AVRC_PACKET_LEN
< sizeof(p_pkt->len)))
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_av_api.h
450
#define BTA_AVC_PACKET_LEN
AVRC_PACKET_LEN
/external/bluetooth/bluedroid/stack/include/
avrc_defs.h
36
#define
AVRC_PACKET_LEN
512 /* Per the spec, you must support 512 byte RC packets */
[
all
...]
Completed in 24 milliseconds