Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Dcontrol.c191 uint8_t avrcp; member
400 if ((operands[0] & 0x7F) != key_map[i].avrcp) in handle_panel_passthrough()
405 key_quirks = control->key_quirks[key_map[i].avrcp]; in handle_panel_passthrough()
522 struct avrcp_header *avrcp; in control_cb() local
556 avrcp = (struct avrcp_header *) (buf + sizeof(struct avctp_header)); in control_cb()
566 avrcp->code, avrcp->subunit_type, avrcp->subunit_id, in control_cb()
567 avrcp->opcode, operand_count); in control_cb()
571 avrcp->code = CTYPE_NOT_IMPLEMENTED; in control_cb()
575 avrcp->code = CTYPE_REJECTED; in control_cb()
577 avrcp->code == CTYPE_CONTROL && in control_cb()
[all …]