14730 Commits

Author SHA1 Message Date
Matthias Ringwald
06f5b4298b le-audio/gatt-service: add Makefile.inc 2023-02-06 18:33:48 +01:00
Matthias Ringwald
fd6b825b84 le_audio: add util 2023-02-06 18:33:48 +01:00
Matthias Ringwald
2c39e30fac goep_server: remove goep_server_response_get_max_body_size 2023-02-06 18:33:48 +01:00
Matthias Ringwald
b2eb4c1eee goep_server: assert outgoing packet was reserved in execute 2023-02-06 18:33:48 +01:00
Matthias Ringwald
9988a575e3 goep_server: assert outgoing packet was reserved in execute 2023-02-06 18:33:48 +01:00
Matthias Ringwald
223b1d643e goep_server: add goep_server_response_get_max_message_size 2023-02-06 18:33:48 +01:00
Matthias Ringwald
0bbed0fedb goep_server: assert if request can send now is called after outgoing buffer was reserved 2023-02-06 18:33:48 +01:00
Matthias Ringwald
8441d53da4 goep_client: add goep_client_body_get_outgoing_buffer_len 2023-02-06 18:33:48 +01:00
Simon Budig
8eaca3329c obex_message_builder: fix up length calculation for _fillup() 2023-02-06 18:33:48 +01:00
Simon Budig
2c3397f613 goep_client: incorporate "final" bit into goep_client_execute 2023-02-06 18:33:48 +01:00
Simon Budig
49df53af84 goep_client + obex_message-builder: add functions for the length header 2023-02-06 18:33:48 +01:00
Matthias Ringwald
66a7447d6c obex: add more responses 2023-02-06 18:33:48 +01:00
Matthias Ringwald
ebd52cb80c ble/gatt-sevice: remove services from mesh and le-audio 2023-02-06 18:33:48 +01:00
Milanka Ringwald
b6b95fa6f0 bluetooth_data_types: add BLUETOOTH_DATA_TYPE_RESOLVABLE_SET_IDENTIFIER 2023-02-06 18:32:52 +01:00
Matthias Ringwald
916ea5b20b sm: store LTK in hci_connection_t, provide via sm_get_ltk 2023-02-06 18:32:32 +01:00
Matthias Ringwald
7c69f73adc tool/btstack_event: generate getters for OPP Meta Events 2023-02-06 18:31:14 +01:00
Matthias Ringwald
ecb4d2436a libusb: enable goep over l2cap 2023-02-06 12:28:02 +01:00
Matthias Ringwald
c61b3cef66 btstack_audio: use named struct initializer 2023-02-06 10:31:54 +01:00
Matthias Ringwald
a2d541cc52 stm32-f4discovery-usb: fix typo 2023-02-06 10:29:35 +01:00
Matthias Ringwald
976f0fc93f port/esp32: add 3rd-party/yxml 2023-02-03 14:49:34 +01:00
Matthias Ringwald
c5daadda64 stm32-wb55xx-nucleo-freertos: enable ENABLE_LE_SET_ADV_PARAMS_ON_RANDOM_ADDRESS_CHANGE 2023-02-01 11:36:25 +01:00
Matthias Ringwald
ae35a99c2d hci: add workaround to trigger hci le set adv params after hci le set random address 2023-02-01 11:35:39 +01:00
Matthias Ringwald
8ef6d15f2e hci: fix send of hci_le_set_extended_scan_response_data 2023-02-01 09:50:51 +01:00
Dirk Helbig
0d212321a9 btstack_sample_rate_compensation: refactoring and documentation 2023-01-31 19:27:59 +01:00
Dirk Helbig
555ade44f7 a2dp_sink_demo: add HAVE_BTSTACK_AUDIO_EFFECTIVE_SAMPLERATE 2023-01-31 19:27:59 +01:00
Dirk Helbig
bbbd19ba43 a2dp_sink_demo: use built-in btstack_sample_rate_compensation module 2023-01-31 16:21:52 +01:00
Dirk Helbig
ef026fa8a3 btstack_sample_rate_compensation: move from example to built-in feature 2023-01-31 16:21:52 +01:00
Dirk Helbig
ba3545fc87 a2dp_sink_demo: fix start/stop, discard pending data on stream stop 2023-01-31 16:21:52 +01:00
Dirk Helbig
9248d4da92 a2dp_sink_demo: adding sample rate compensation 2023-01-31 16:21:52 +01:00
Matthias Ringwald
981fb209ed l2cap: warn about using L2CAP ERTM without Classic 2023-01-31 10:48:26 +01:00
Matthias Ringwald
9b7e25157d avdtp_initiator: clear in use flag if set configuration message is rejected 2023-01-27 15:50:25 +01:00
Zhang qingbao
2aa68e5ac3 hci_transport_h5: fix send h5 wakeup cmd on timeout. 2023-01-27 15:42:10 +01:00
Peter Harper
ea7d4f28db
src/classic/hfp.c: Add missing NULL pointer check (#450)
Fixes #449
2023-01-27 15:11:01 +01:00
Matthias Ringwald
b0e701d91c test/le_audio: add missing break 2023-01-24 15:11:16 +01:00
Matthias Ringwald
098344126f gatt_client: fix gatt_client_notify_can_send_query 2023-01-24 15:11:16 +01:00
Matthias Ringwald
0c60899709 test/le_audio: support Broadcom Controllers 2023-01-24 15:11:16 +01:00
Matthias Ringwald
547a29a636 hci: use Broadcom controller logic for Infineon controllers 2023-01-24 15:11:16 +01:00
Dirk Helbig
6926c2973a btstack_audio: extend api to query the current sample rate 2023-01-24 12:08:55 +01:00
Matthias Ringwald
5fe445cb53 test/gatt_client: add test for gatt_client_request_to_send_gatt_query 2023-01-23 15:54:16 +01:00
Matthias Ringwald
53e9c18f2e gatt_client: add gatt_client_request_to_send_gatt_query 2023-01-23 15:54:16 +01:00
Matthias Ringwald
4d638bb77f example/le_streamer_client: use gatt_client_request_to_write_without_response 2023-01-23 15:01:14 +01:00
Matthias Ringwald
1fa7278ece hids_client: extract hids_client_handle_can_write_without_reponse 2023-01-23 15:01:14 +01:00
Matthias Ringwald
7e4c9b5dd1 test/gatt_client: add test for gatt_client_request_to_write_without_response 2023-01-23 15:01:14 +01:00
Matthias Ringwald
59d34cd29e gatt_client: add gatt_client_request_to_write_without_response 2023-01-23 13:56:36 +01:00
Matthias Ringwald
f4fc15d4ec example: gatt_streamer_server and le_streamer_client report DLE and PHY changes 2023-01-23 11:10:15 +01:00
Matthias Ringwald
6bbe12ba1f renesas-ek-ra6m4a-da14531: fix image link 2023-01-19 15:31:46 +01:00
Matthias Ringwald
c30869498f port for renesas ra6m4a eval kit with DA14531 BLE HCI Controller 2023-01-19 14:50:53 +01:00
Matthias Ringwald
aa51c6faff
Merge pull request #448 from peterharperuk/pan_fix_dhcp_server_interface
Pan fix dhcp server interface
2023-01-18 18:48:07 +01:00
Peter Harper
88cd67309c 3rd-party/lwip/dhserver: interface for dhcp reply
If more than one interface is used, chances are that the last one added
will have changed the default interface used for sending data (see
netif_set_default). This causes problems for the DHCP server in the PAN
example as the DHCP reply is sent on the wrong network. On Windows this
can cause it to use the wrong address.

Send replies to the interface that received the dhcp request.
2023-01-18 16:22:41 +00:00
Peter Harper
abb61bc22a platform/lwip: add getter for netif provided by bnep
BNEP adds an interface to lwip. Add an accessor to allow us to get
access to it.
2023-01-18 15:27:01 +01:00