Milanka Ringwald
|
79464f8d52
|
avrcp_controller: deregister only if events are already queried, and event is supported
|
2021-10-26 16:58:41 +02:00 |
|
Milanka Ringwald
|
66ec160393
|
avrcp_controller: return on wrong response type
|
2021-10-26 16:58:41 +02:00 |
|
Milanka Ringwald
|
eebb600bb8
|
avrcp_controller: event id range check
|
2021-10-26 16:58:41 +02:00 |
|
Milanka Ringwald
|
bc3843bf59
|
avrcp_controller: report notification status only initially, after registration
|
2021-10-26 16:58:41 +02:00 |
|
Milanka Ringwald
|
274ca16f8e
|
avrcp_controller: emit AVRCP_SUBEVENT_ENABLE_NOTIFICATION_COMPLETE if notification is requested, but found not supported after supported events query
|
2021-10-26 16:58:41 +02:00 |
|
Milanka Ringwald
|
3fbe4e46dc
|
avrcp_controller: remove duplicate check
|
2021-10-26 16:58:41 +02:00 |
|
Milanka Ringwald
|
737e7617e7
|
avrcp_controller: remove status as input param
|
2021-10-26 16:58:41 +02:00 |
|
Milanka Ringwald
|
99845bb758
|
avrcp_controller: introduce first and last index for iteration over avrcp_notification_event_id_t items
|
2021-10-26 16:58:41 +02:00 |
|
Milanka Ringwald
|
bce3db218b
|
avrcp_controller: emit AVRCP_SUBEVENT_ENABLE_NOTIFICATION_COMPLETE
|
2021-10-26 16:58:41 +02:00 |
|
Milanka Ringwald
|
2ac1dc76c9
|
avrcp_controller: automatically query supported events when registering for notifications
|
2021-10-26 16:58:40 +02:00 |
|
Milanka Ringwald
|
1f94eaa583
|
avrcp_controller: use get_capabilities_for_connection
|
2021-10-26 16:58:40 +02:00 |
|
Milanka Ringwald
|
826b3cedbf
|
avrcp_controller: extract get_capabilities with connection parameter instead of cid
|
2021-10-26 16:58:40 +02:00 |
|
Milanka Ringwald
|
2b8461f966
|
avrcp_target: avrcp_controller_register_notification returns status
|
2021-10-26 16:58:40 +02:00 |
|
Milanka Ringwald
|
ff243a1bfb
|
avrcp_controller: extract avrcp_controller_emit_supported_events and store remote supported events into bitmap
|
2021-10-26 16:58:40 +02:00 |
|
Milanka Ringwald
|
3032b6e116
|
avrcp_controller: avoid out of bounds read
|
2021-10-26 16:58:40 +02:00 |
|
Matthias Ringwald
|
3176c89607
|
hci: fix len of GAP_EVENT_PAIRING_COMPLETE
|
2021-10-25 17:29:24 +02:00 |
|
Milanka Ringwald
|
fbe3476805
|
avrcp_target: remove reset notify_absolute_volume_changed on interim event
|
2021-10-25 16:14:08 +02:00 |
|
Milanka Ringwald
|
4b5213b0d7
|
avrcp_target: send notification on playback changed only if enabled
|
2021-10-25 16:14:08 +02:00 |
|
Milanka Ringwald
|
283fdeb7e6
|
avrcp: use AVRCP_PLAYBACK_STATUS_STOPPED as default playback status
|
2021-10-25 16:14:08 +02:00 |
|
Matthias Ringwald
|
9e6ecc42e2
|
Fix warnings
|
2021-10-21 22:17:24 +02:00 |
|
Milanka Ringwald
|
2a59ace6cd
|
avrcp_target: update docu
|
2021-10-21 19:01:48 +02:00 |
|
Milanka Ringwald
|
b772a0d769
|
avrcp_target: allow absolute volume value overwrite when AVRCP_SUBEVENT_NOTIFICATION_VOLUME_CHANGED event is received
|
2021-10-21 18:53:09 +02:00 |
|
Milanka Ringwald
|
984bbc3eff
|
avrcp: rename volume_percentage to absolute_volume
|
2021-10-21 18:53:09 +02:00 |
|
Matthias Ringwald
|
32a127304c
|
gap: allow to set Page Timeout with gap_set_page_timeout
|
2021-10-21 11:48:02 +02:00 |
|
Matthias Ringwald
|
9c1f3c5616
|
hci: fix typo in GAP_TASK_WRITE_PAGE_SCAN_TYPE
|
2021-10-21 11:19:54 +02:00 |
|
Matthias Ringwald
|
521bd5ff30
|
hci: move /* fall through */ before next case statement after #ifdef/#endif to silence implicit fall through warnings from esp32 gcc 8.4
|
2021-10-21 11:06:28 +02:00 |
|
Matthias Ringwald
|
461a2bc4b0
|
hci: query remote features only once
|
2021-10-20 12:10:42 +02:00 |
|
Matthias Ringwald
|
1a96727d73
|
pbap_client: avoid path_element buffer by use of goep_client_header_add_name_prefix
|
2021-10-18 16:12:01 +02:00 |
|
Matthias Ringwald
|
5eb339855d
|
goep_client: add goep_client_header_add_name_prefix
|
2021-10-18 16:10:47 +02:00 |
|
Matthias Ringwald
|
2946c1e37e
|
obex_message_builder: add obex_message_builder_header_add_name_prefix
|
2021-10-18 16:10:24 +02:00 |
|
Matthias Ringwald
|
b43dabc88d
|
pbap_client_demo: avoid recursive expansion of phone book name on 'Select SIM1' command
|
2021-10-13 19:31:52 +02:00 |
|
Matthias Ringwald
|
fb3c5474af
|
a2dp_sink_demo: fix unused variable warning
|
2021-10-13 12:22:20 +02:00 |
|
Milanka Ringwald
|
873b8e568a
|
example: remove handling of notification events with INTERIM status
|
2021-10-13 12:04:02 +02:00 |
|
Milanka Ringwald
|
dac572e657
|
avrcp_controller: sent interim notification only once, as initial value
|
2021-10-13 12:04:02 +02:00 |
|
Milanka Ringwald
|
367e3c559c
|
avrcp_target: cleanup notification registration response
|
2021-10-13 12:04:02 +02:00 |
|
Matthias Ringwald
|
0e40986336
|
a2dp_sink_demo: avoid buffer overrun
|
2021-10-13 11:31:30 +02:00 |
|
Matthias Ringwald
|
67f708e073
|
sm + hci: complementary functions to remove packet handler
|
2021-10-12 10:39:00 +02:00 |
|
Matthias Ringwald
|
ed0afb52d5
|
a2dp_source: restart set config timer only when active, improve debug output, use 200 ms timeout
|
2021-10-09 17:53:24 +02:00 |
|
Matthias Ringwald
|
02fa22bcb6
|
a2dp_source: reset discover seps timer also on answer to remote discover seps command
|
2021-10-09 17:53:24 +02:00 |
|
Milanka Ringwald
|
f102895433
|
avrcp_target: send addressed player notification
|
2021-10-08 15:35:36 +02:00 |
|
Milanka Ringwald
|
db818650e3
|
avrcp_target: update value independently of notification status
|
2021-10-08 15:35:36 +02:00 |
|
Milanka Ringwald
|
61a3437b34
|
avrcp_target: return value and code clean up
|
2021-10-08 15:35:36 +02:00 |
|
Milanka Ringwald
|
aff3a7a6bf
|
example/a2dp_source_demo: report initial battery and volume status
|
2021-10-08 15:35:36 +02:00 |
|
Milanka Ringwald
|
019328b260
|
example/a2dp_sink_demo: demonstrate battery value update
|
2021-10-08 15:35:36 +02:00 |
|
Matthias Ringwald
|
0fd25cb506
|
test/pts: fix build
|
2021-10-08 11:15:46 +02:00 |
|
Matthias Ringwald
|
e6ce01a5b6
|
test/classic-oob-pairing: update config, set warning = error
|
2021-10-08 10:37:15 +02:00 |
|
Matthias Ringwald
|
894c930c47
|
btstack_portaudio: fix unused variables warning
|
2021-10-08 10:36:45 +02:00 |
|
Matthias Ringwald
|
11d10bda60
|
sm support storing bonding information for devices with identical IRK but different public addresses
|
2021-10-08 09:38:39 +02:00 |
|
Matthias Ringwald
|
2325f63e69
|
Merge pull request #380 from boriszweimueller/develop
tool/dump_tlv: Fix TypeError on EOF. Do not call ord() with empty byte object.
|
2021-10-07 22:27:24 +02:00 |
|
Boris Zweimüller
|
1b466dbe99
|
Fix TypeError. Do not call ord() with embty byte object.
|
2021-10-07 13:51:34 +02:00 |
|