Searched defs:avrcp (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluez/audio/
H A Dcontrol.c185 uint8_t avrcp; member in struct:__anon38
366 if ((operands[0] & 0x7F) == key_map[i].avrcp) {
455 struct avrcp_header *avrcp; local
489 avrcp = (struct avrcp_header *) (buf + sizeof(struct avctp_header));
499 avrcp->code, avrcp->subunit_type, avrcp->subunit_id,
500 avrcp->opcode, operand_count);
504 avrcp->code = CTYPE_NOT_IMPLEMENTED;
508 avrcp
933 struct avrcp_header *avrcp = (void *) &buf[AVCTP_HEADER_LENGTH]; local
[all...]

Completed in 11 milliseconds