12474 Commits

Author SHA1 Message Date
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
Milanka Ringwald
8f9680d9f5 docu: update gatt client URL 2021-03-09 13:17:39 +01:00
Matthias Ringwald
1738838cad btstack_uart_posix: set parity 2021-03-08 18:43:55 +01:00
Matthias Ringwald
79e58675d2 gatt_battery_query: fix warning about set but unused variable 2021-03-08 17:53:00 +01:00
Matthias Ringwald
e3c90686fb test/btstack_memory_test: fix malloc test (regression) 2021-03-08 11:43:54 +01:00
Matthias Ringwald
caab56b09e changelog: update 2021-03-08 11:14:06 +01:00
Matthias Ringwald
9f1d8eee3d remove btstack_run_loop_base.h include from run loop implementations and tests 2021-03-08 10:45:31 +01:00
Matthias Ringwald
6f122aa372 Remove btstack_run_loop_base from port and test 2021-03-08 10:39:10 +01:00
Matthias Ringwald
796f7837d0 moved btstack_run_loop_base into btstack_run_loop to allow for refactored run loops without client build changes 2021-03-08 10:24:20 +01:00
Matthias Ringwald
6bdecec7ba move GATT Service clients into ble/gatt-service 2021-03-08 10:09:41 +01:00
Matthias Ringwald
d9c6a0aea9 test/embedded: remote test to add timer twice as it triggers assertion 2021-03-07 22:10:50 +01:00
Matthias Ringwald
43b71a9fd7 test/tlv_posix: call de-init on close instance 2021-03-07 22:06:22 +01:00
Matthias Ringwald
dffbc68c3c pts/avdtp_source_test: map AOT_MP2_AAC_LC -> AOT_AAC_LC 2021-03-07 21:55:37 +01:00
Matthias Ringwald
7ce4a9c75e pts/le_data_channel: use define to provide valid case integer 2021-03-07 21:41:14 +01:00
Matthias Ringwald
da91170462 test/crypto: link cpputest libs at end of link command 2021-03-07 21:27:00 +01:00
Matthias Ringwald
716552ac20 test/btstack_memory: fix test for newer gcc 2021-03-07 19:11:00 +01:00
Matthias Ringwald
21a1351894 test/security_manager_sc: add run loop base 2021-03-07 18:13:22 +01:00
Matthias Ringwald
842264f18f stm32 ports: add battery and device information clients, test/security_manager_sc: add run loop base 2021-03-07 18:09:58 +01:00
Matthias Ringwald
a9efd76d35 btstack_run_loop_windows: remove unused vars, use base for add/remove data source 2021-03-07 17:49:31 +01:00
Matthias Ringwald
c31f237122 mtk: add run_loop_base 2021-03-07 17:25:05 +01:00
Matthias Ringwald
3c7822d846 doc: update links, use nav for newer mkdocs 2021-03-07 16:53:42 +01:00
Matthias Ringwald
1714068dcc ble/device_information_service_client.c: avoid unused warning for att_status 2021-03-06 23:44:01 +01:00
Matthias Ringwald
116288ddcc test: add run loop base 2021-03-06 23:14:20 +01:00
Milanka Ringwald
1c4a5e7375 doc: add Battery Client and Device Information Client 2021-03-05 18:30:29 +01:00
Milanka Ringwald
4c517414dd example: improve documentation for gatt_battery_query and gatt_device_information_query 2021-03-05 18:30:29 +01:00
Milanka Ringwald
47ecb0ae1c /ble/device_information_service_client.h: fix name for IEEE Regulatory Certification event 2021-03-05 18:30:29 +01:00
Bjoern Hartmann
375bf62071 test/pts: do not require portaudio 2021-03-05 17:57:51 +01:00
Matthias Ringwald
9d0de1e9f5 sm: improve log message during Passkey pairing 2021-03-05 17:56:39 +01:00
Milanka Ringwald
087a95b885 ble/device_information_service: rename event, handle events in example 2021-03-05 16:59:58 +01:00
Milanka Ringwald
48691b0d3d ble/device_information_service: add att_status to events 2021-03-05 16:59:58 +01:00
Milanka Ringwald
878c87a845 ble/device_information_service: handle GATT client events 2021-03-05 16:59:58 +01:00
Milanka Ringwald
1f101bfc9e ble/device_information_service: events for characteristics 2021-03-05 16:59:58 +01:00
Milanka Ringwald
77aad12581 ble/device_information_service: skeleton files 2021-03-05 16:59:58 +01:00
Matthias Ringwald
08b8a6e446 device_information_service_server: return empty data if field not set by app 2021-03-05 16:48:26 +01:00
Matthias Ringwald
afe9bf34d2 hci: fix init for BCM/Cypress with SCO_OVER_HCI 2021-03-05 15:17:25 +01:00
Matthias Ringwald
da2ac9bebc pts/avdtp_sink: fix warning 2021-03-05 14:33:45 +01:00
Bjoern Hartmann
024d452987 pts/avdtp_sink: add information about supported codecs 2021-03-05 11:53:18 +01:00