Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Dcontrol.c120 struct avrcp_header { struct
140 struct avrcp_header { argument
455 struct avrcp_header *avrcp; in control_cb()
484 if ((unsigned int) ret < sizeof(struct avrcp_header)) { in control_cb()
489 avrcp = (struct avrcp_header *) (buf + sizeof(struct avctp_header)); in control_cb()
491 ret -= sizeof(struct avrcp_header); in control_cb()
493 operands = buf + sizeof(struct avctp_header) + sizeof(struct avrcp_header); in control_cb()
933 struct avrcp_header *avrcp = (void *) &buf[AVCTP_HEADER_LENGTH]; in avctp_send_passthrough()