Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Dcontrol.c111 struct avctp_header { struct
131 struct avctp_header { argument
454 struct avctp_header *avctp; in control_cb()
469 if ((unsigned int) ret < sizeof(struct avctp_header)) { in control_cb()
476 avctp = (struct avctp_header *) buf; in control_cb()
483 ret -= sizeof(struct avctp_header); in control_cb()
489 avrcp = (struct avrcp_header *) (buf + sizeof(struct avctp_header)); in control_cb()
493 operands = buf + sizeof(struct avctp_header) + sizeof(struct avrcp_header); in control_cb()
932 struct avctp_header *avctp = (void *) buf; in avctp_send_passthrough()