12460 Commits

Author SHA1 Message Date
Matthias Ringwald
0c436f0b86 avrcp_controller: use bool press_and_hold_cmd field 2021-03-19 16:40:07 +01:00
Matthias Ringwald
48e6eeee0f hfp: emit HFP_SUBEVENT_AUDIO_CONNECTION_RELEASED on RFCOMM Disconnect 2021-03-19 16:09:57 +01:00
Matthias Ringwald
b398819556 sdp_util: remove ; after function declaration 2021-03-19 10:48:20 +01:00
Matthias Ringwald
927fd23f2a avrcp_target: emit operation button release event 2021-03-19 10:41:35 +01:00
Matthias Ringwald
6e1d8dbc53 a2dp_source_demo: ignore operation button release 2021-03-19 10:40:41 +01:00
Matthias Ringwald
e4ecb97a75 a2dp examples: show button state for panel operations 2021-03-19 10:20:52 +01:00
Matthias Ringwald
319131f8bc avrcp: new field button_pressed in AVRCP_SUBEVENT_OPERATION 2021-03-19 10:06:54 +01:00
Matthias Ringwald
0ee74f3d64 btstack_run_loop_core_foundation: fix function names 2021-03-18 21:25:10 +01:00
Matthias Ringwald
1b83a0693d avrcp_target: fix notification changed event 2021-03-18 18:55:46 +01:00
Matthias Ringwald
810b0d8456 avrcp_target: fix command handling (regression from 9970238) 2021-03-17 16:36:29 +01:00
Bjoern Hartmann
3db60f785b hfp_ag: add events for speaker and microphone volume change 2021-03-17 10:05:19 +01:00
Matthias Ringwald
90da341b42 freertos: remove btstack_run_loop_freertos_execute_code_on_main_thread_from_isr
For IRQ drivers, please register data source and call btstack_run_loop_freertos_trigger_exit insetad.
2021-03-16 10:49:07 +01:00
Matthias Ringwald
d145c9147a Revert "freertos: btstack_run_loop_freertos_execute_code_on_main_thread_from_isr"
This reverts commit be9b024751bdc1b57ccaa1998bf0ffa117342396.
2021-03-16 10:46:17 +01:00
Matthias Ringwald
a813c6af95 stm32-f4discovery-usb: fix build 2021-03-15 18:43:14 +01:00
Matthias Ringwald
73048ce6fb avdtp_util: fix some events
AVDTP_SUBEVENT_SIGNALING_MEDIA_CODEC_ATRAC_CAPABILITY,
AVDTP_SUBEVENT_SIGNALING_MEDIA_CODEC_OTHER_CAPABILITY
AVDTP_SUBEVENT_SIGNALING_CONTENT_PROTECTION_CAPABILITY
AVDTP_SUBEVENT_SIGNALING_MEDIA_CODEC_OTHER_CONFIGURATION
2021-03-15 18:15:10 +01:00
Matthias Ringwald
016e946421 btstack_run_loop: fix warning in dump timers 2021-03-13 10:12:52 +01:00
Milanka Ringwald
f3a32fdcb9 hid: move hid.h to src folder 2021-03-12 14:38:41 +01:00
Matthias Ringwald
ca0e2e7e9f a2dp_source: skip stream endpoints that are reported as 'in use' during configuration 2021-03-12 14:15:00 +01:00
Matthias Ringwald
cd0bbc03f2 a2dp_source: fix a2dp_source_establish_stream
a2dp_source_establish_stream did return an error if an avdtp connection exists, even if the previous attempt to setup a sep failed
2021-03-12 14:12:10 +01:00
Matthias Ringwald
3ec9897319 avdtp: make avdtp_get_connection_for_bd_addr public 2021-03-12 13:53:35 +01:00
Matthias Ringwald
1773fdc79d chipset: collect portable controller code in chipset/controller 2021-03-11 21:24:51 +01:00
Matthias Ringwald
be9b024751 freertos: btstack_run_loop_freertos_execute_code_on_main_thread_from_isr 2021-03-11 16:42:39 +01:00
Matthias Ringwald
eee615e5b1 hci_dump: doc 2021-03-11 16:02:29 +01:00
Matthias Ringwald
31437b5204 hci_dump: enable packet logger in tests 2021-03-11 15:53:46 +01:00
Matthias Ringwald
22dc82503e hci_dump: wiced-h4 port 2021-03-11 15:53:46 +01:00
Matthias Ringwald
09df40bd40 hci_dump: stm32 ports 2021-03-11 15:53:46 +01:00
Matthias Ringwald
25d9a2cd74 hci_dump: samv71-xplained-atwilc3000 port 2021-03-11 15:53:46 +01:00
Matthias Ringwald
057ebb4540 hci_dump: renesas-tb-s1ja-cc256x port 2021-03-11 15:53:46 +01:00
Matthias Ringwald
8636a61217 hci_dump: nrf5x 2021-03-11 15:53:46 +01:00
Matthias Ringwald
34c8f786e4 hci_dump: nrf5-zephyr 2021-03-11 15:53:46 +01:00
Matthias Ringwald
5d255a7a69 hci_dump: msp432 port 2021-03-11 15:53:45 +01:00
Matthias Ringwald
cccba2901c hci_dump: max32630-fthr port 2021-03-11 15:53:45 +01:00
Matthias Ringwald
017c2996ac hci_dump: arduino port 2021-03-11 15:53:45 +01:00
Matthias Ringwald
287aaa024c hci_dump: apollo2 port 2021-03-11 15:53:45 +01:00
Matthias Ringwald
be2a754961 hci_dump: esp32 port 2021-03-11 15:53:45 +01:00
Matthias Ringwald
7435ec7b56 hci_dump: use hci_dump_posix_fs with PacketLogger format in all posix ports 2021-03-11 15:53:45 +01:00
Matthias Ringwald
e51d966a3d hci_dump: disable hci_dump for ports and tests 2021-03-11 15:53:45 +01:00
Matthias Ringwald
128d6c999a hci_dump: full rewrite, provide platform-specific implementations for posix and embedded platforms 2021-03-11 15:53:45 +01:00
Matthias Ringwald
98451c7b10 ports: disable hci dump in all ports 2021-03-11 15:53:45 +01:00
Matthias Ringwald
beb3c81d4f hci: handle start inquiry failure 2021-03-11 15:45:00 +01:00
Matthias Ringwald
bea424a5ab gap: add gap_set_page_scan_activity and gap_set_set_page_scan_type 2021-03-11 15:34:28 +01:00
Matthias Ringwald
a29d726655 bluetooth: add page_scan_type_t and inquiry_scan_type_t 2021-03-11 14:49:55 +01:00
Matthias Ringwald
5769fd77de hci_cmd: add hci_write_inquiry_scan_type and hci_write_page_scan_type 2021-03-11 14:45:06 +01:00
Matthias Ringwald
e8ad6d132a avrcp_target: fix command handling (regression from 9970238) 2021-03-11 13:50:24 +01:00
Bjoern Hartmann
2c50df938b hfp: fix extend event size for sent at messages 2021-03-11 11:50:19 +01:00
Bjoern Hartmann
f20dd2ae75 hfp: fix missing optional event for sent at messages 2021-03-11 11:50:19 +01:00
Matthias Ringwald
571f6be0ed msp432p401lp-cc256x: fix build 2021-03-10 11:37:51 +01:00
Matthias Ringwald
cf159062a6 btstack_uart: add NULL for SLIP function in existing uart implementations (avoid warnings) 2021-03-10 10:03:58 +01:00
Matthias Ringwald
8e2b5d88cf port/Makefile: exclude ports from archive 2021-03-09 16:44:48 +01:00
Milanka Ringwald
78ae886b05 scan_parameters_service: implement write without response for scan parameters 2021-03-09 13:17:39 +01:00