12230 Commits

Author SHA1 Message Date
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
Bjoern Hartmann
2febf1bd2e pts/avdtp_sink: add LDAC decoder 2021-03-05 11:53:18 +01:00
Matthias Ringwald
8c7eabe410 changelog: mention runloop base use 2021-03-05 11:49:44 +01:00
Matthias Ringwald
1a6cbb821e nrf5-zephyr: use run loop base 2021-03-05 11:49:44 +01:00
Matthias Ringwald
b23e1511be btstack_run_loop_windows: use run loop base (build) 2021-03-05 11:49:44 +01:00
Matthias Ringwald
dfbf4e35dd btstack_run_loop_windows: use run loop base (code) 2021-03-05 11:49:44 +01:00
Matthias Ringwald
6cdca94f97 btstack_run_loop_wiced: use run loop base 2021-03-05 11:49:44 +01:00
Matthias Ringwald
86dbc093a7 btstack_run_loop_freertos: use run loop base (build) 2021-03-05 11:46:58 +01:00
Matthias Ringwald
cd5f23a325 btstack_run_loop_freertos: use run loop base (code) 2021-03-05 11:46:58 +01:00
Matthias Ringwald
50b47281dc btstack_run_loop_embedded: use run loop base (build) 2021-03-05 11:46:58 +01:00
Matthias Ringwald
3eab39f313 btstack_run_loop_embedded: use run loop base (code) 2021-03-05 11:46:58 +01:00
Matthias Ringwald
eda177a49c btstack_run_loop_posix: use run loop base (build) 2021-03-05 11:46:58 +01:00
Matthias Ringwald
075edf12f9 btstack_run_loop_posix: use run loop base (code) 2021-03-05 11:46:58 +01:00
Matthias Ringwald
9c30c2b3e9 hci usb: update list of known devices for libusb and winusb 2021-03-05 09:59:51 +01:00
Matthias Ringwald
fd95f94573 hci_transport_h5: conditional compile if ENABLE_H5 2021-03-04 19:42:08 +01:00
Matthias Ringwald
8613fdb8dc a2dp_sink_demo, a2dp_source_demo: clarify supported AVRCP categories 2021-03-04 17:51:17 +01:00
Matthias Ringwald
f06fd90980 changelog: mention run loop base 2021-03-04 16:59:42 +01:00
Milanka Ringwald
f3d85318ba ble/battery_service_client: reimplement polling, add manual poll and API documentation 2021-03-04 16:51:28 +01:00
Milanka Ringwald
49f1504696 ble/battery_service_client: add poll interval as param to connect function 2021-03-04 16:51:28 +01:00
Milanka Ringwald
89b171cf29 ble/battery_service_client: fix polling, remove size check for internal events 2021-03-04 16:51:28 +01:00
Milanka Ringwald
83b6788cc1 example/gatt_battery_query: clean up 2021-03-04 16:51:28 +01:00
Milanka Ringwald
638e72d8dc ble/battery_service_client: rename enums 2021-03-04 16:51:27 +01:00
Milanka Ringwald
a1c136cb36 ble/battery_service_client: rename struct field 2021-03-04 16:51:27 +01:00
Milanka Ringwald
5cc54233ae ble/battery_service_client: implement disconnect 2021-03-04 16:51:27 +01:00
Milanka Ringwald
3beaf9f114 ble/battery_service: register for notification, or poll battery level 2021-03-04 16:51:27 +01:00
Milanka Ringwald
7ec9a1bb7e ble/battery_service_client: rename event 2021-03-04 16:51:27 +01:00
Milanka Ringwald
174a0c1c8d ble/battery_service_client: implement query services 2021-03-04 16:51:27 +01:00
Milanka Ringwald
f85d9e4111 hog_host: skeleton files 2021-03-04 16:51:27 +01:00
Milanka Ringwald
c5801fe825 hid_host: remove unused includes 2021-03-04 16:44:36 +01:00
Matthias Ringwald
3af29ae530 btstack_run_loop_base: add btstack_run_loop_base_poll_data_sources 2021-03-04 16:05:41 +01:00
Matthias Ringwald
9111a8ae53 btstack_run_loop_base: assert timer to add is not already in list 2021-03-04 16:05:41 +01:00
Matthias Ringwald
31bea0195b src: add btstack_run_loop_base.c to Makefile.inc 2021-03-04 16:05:41 +01:00
Matthias Ringwald
c6602a61dd hci: use 4 bytes HCI_OUTGOING_PRE_BUFFER_SIZE if not defined and ENABLE_H5 is defined 2021-03-04 09:49:29 +01:00
Matthias Ringwald
578a8f8431 changelog: add port/archive 2021-03-03 14:40:47 +01:00
Matthias Ringwald
bfc39f3e53 ports: move pic32-harmony port into ports/archive 2021-03-03 14:35:47 +01:00
Matthias Ringwald
f8da99a8ad fix builds: libusb cmake, tool/metrics, test/mesh 2021-03-03 14:28:48 +01:00
Matthias Ringwald
1182cb7ea8 ports: move Broadcom/Cypress ports using H5 into ports/archive 2021-03-03 14:18:58 +01:00
Matthias Ringwald
1664436fd6 ports: move MSP430 ports into ports/archive 2021-03-03 10:35:34 +01:00
Matthias Ringwald
1654ca5f59 changelog: h5 related changes 2021-03-03 09:59:03 +01:00
Matthias Ringwald
cf7c52a3a7 doc: add ENABLE_H5 2021-03-03 09:57:50 +01:00
Matthias Ringwald
eb9e0ff41a posix-h5/posix-h5-bcm: use even parity for UART 2021-03-03 09:57:50 +01:00
Matthias Ringwald
e76f5dd474 hci_transport: add parity to hci_transport_config_uart_t 2021-03-03 09:43:26 +01:00
Matthias Ringwald
0894b823ac posix: btstack_uart_posix replaces btstack_uart_block_posix 2021-03-03 09:43:26 +01:00
Matthias Ringwald
793a050932 h4 posix ports: use btstack_uart_posix instead of btstack_uart_block_posix 2021-03-03 09:42:01 +01:00
Matthias Ringwald
f9bd6dd702 hci_transport_h4: add hci_transport_h4_instance_for_uart with btstack_uart 2021-03-03 09:42:01 +01:00