13443 Commits

Author SHA1 Message Date
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
Matthias Ringwald
d54424c330 hci: request remote features before initiating our authentication 2021-10-06 12:16:28 +02:00
Matthias Ringwald
44b93b4e95 hci: fix stack init without classic 2021-10-06 11:05:57 +02:00
Matthias Ringwald
a5764cd2ce hfp_ag: fix accept incoming connection while audio connection is established 2021-10-05 18:59:42 +02:00
Matthias Ringwald
1bb5fe666b test/security_manager: fix build 2021-10-05 11:35:58 +02:00
Matthias Ringwald
c91e6e4f88 hci: remove tracking for hci commands that are sent by gap
hci delete stored link key, hci le set random address, hci le set advertising enable
2021-10-05 11:14:31 +02:00
Matthias Ringwald
e91ddb4075 sm: use hci_le_random_address_set to set random address 2021-10-05 11:09:12 +02:00
Matthias Ringwald
9136bde860 hci: add hci_le_random_address_set to set random address. Advertisements are restarted if random address is used for advertising 2021-10-05 11:03:54 +02:00
Matthias Ringwald
8d5f0979ab gap: only read pairing oob data on request 2021-10-05 09:17:45 +02:00
Matthias Ringwald
e5470e6dff hci: trigger read remote features from gap_request_security_level 2021-10-05 09:13:36 +02:00
Matthias Ringwald
e28e41c058 hci: fix stack init with HAVE_HOST_CONTROLLER_API, send read local name only without HAVE_HOST_CONTROLLER_API 2021-10-04 16:29:11 +02:00
Matthias Ringwald
f9fd20c2db hci: fix unused warning 2021-10-04 16:15:50 +02:00
Matthias Ringwald
d6596031ae hci: postpone hci remote features query until requested by l2cap 2021-10-04 15:07:46 +02:00