OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVRC_AVC_HDR_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/avrc/
avrc_int.h
76
#define
AVRC_AVC_HDR_SIZE
3 /* ctype, subunit*, opcode */
avrc_api.c
534
p_rsp_data = avrc_get_data_ptr(p_pkt) +
AVRC_AVC_HDR_SIZE
;
577
p_data +=
AVRC_AVC_HDR_SIZE
; /* 3 bytes: ctype, subunit*, opcode */
601
p_data +=
AVRC_AVC_HDR_SIZE
; /* skip the first 3 bytes: ctype, subunit*, opcode */
645
p_data +=
AVRC_AVC_HDR_SIZE
; /* skip the first 3 bytes: ctype, subunit*, opcode */
[
all
...]
Completed in 18 milliseconds