avrcp.h (ff243a1bfbf6d0eb51c9dd95ccd26a15dc3aecd0) | avrcp.h (2ac1dc76c9f11326904f6859da1d08322744e245) |
---|---|
1/* 2 * Copyright (C) 2016 BlueKitchen GmbH 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following conditions 6 * are met: 7 * 8 * 1. Redistributions of source code must retain the above copyright --- 543 unchanged lines hidden (view full) --- 552 bool press_and_hold_cmd_active; 553 bool press_and_hold_cmd_release; 554 555 uint16_t notifications_enabled; 556 uint16_t initial_status_reported; 557 558 uint16_t remote_supported_notifications; 559 bool remote_supported_notifications_queried; | 1/* 2 * Copyright (C) 2016 BlueKitchen GmbH 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following conditions 6 * are met: 7 * 8 * 1. Redistributions of source code must retain the above copyright --- 543 unchanged lines hidden (view full) --- 552 bool press_and_hold_cmd_active; 553 bool press_and_hold_cmd_release; 554 555 uint16_t notifications_enabled; 556 uint16_t initial_status_reported; 557 558 uint16_t remote_supported_notifications; 559 bool remote_supported_notifications_queried; |
560 | 560 bool remote_supported_notifications_suppress_emit_result; 561 |
561 uint16_t notifications_to_register; 562 uint16_t notifications_to_deregister; 563 uint8_t notifications_transaction_label[AVRCP_NOTIFICATION_EVENT_MAX_VALUE+1]; 564 565 avrcp_subunit_type_t unit_type; 566 uint32_t company_id; 567 avrcp_subunit_type_t subunit_info_type; 568 const uint8_t * subunit_info_data; --- 153 unchanged lines hidden --- | 562 uint16_t notifications_to_register; 563 uint16_t notifications_to_deregister; 564 uint8_t notifications_transaction_label[AVRCP_NOTIFICATION_EVENT_MAX_VALUE+1]; 565 566 avrcp_subunit_type_t unit_type; 567 uint32_t company_id; 568 avrcp_subunit_type_t subunit_info_type; 569 const uint8_t * subunit_info_data; --- 153 unchanged lines hidden --- |