Matthias Ringwald
|
ac4c2bc67d
|
gatt_client: handle l2cap mtu
|
2023-04-11 15:47:22 +02:00 |
|
Matthias Ringwald
|
1aa9e3e881
|
gatt_client: add run for client over br/edr
|
2023-04-11 15:47:22 +02:00 |
|
Matthias Ringwald
|
1450cdc634
|
gatt_client: query sdp for att service, create l2cap connection
|
2023-04-11 15:47:22 +02:00 |
|
Matthias Ringwald
|
1bfb24b75d
|
btstack_defines: add GATT_EVENT_CONNECTED / GATT_EVENT_DISCONNECTED
|
2023-04-11 15:47:22 +02:00 |
|
Matthias Ringwald
|
7741b155ba
|
hci_event: fix serialization of bd_addr
|
2023-04-11 15:38:10 +02:00 |
|
Matthias Ringwald
|
cf8e571806
|
gatt_client: extract gatt_client_handle_att_response
|
2023-04-11 14:54:50 +02:00 |
|
Matthias Ringwald
|
0fde3c5edb
|
gatt_client: pass gatt_client to report notification/indications
|
2023-04-11 14:36:48 +02:00 |
|
Matthias Ringwald
|
6e7b444c5f
|
gatt_client: tunnel all sends through gatt_client_send
|
2023-04-11 12:40:18 +02:00 |
|
Matthias Ringwald
|
4f10c4a17d
|
chipset: add IW416
|
2023-04-11 12:03:54 +02:00 |
|
Matthias Ringwald
|
9d1825b217
|
posix-h4-nxp: enable chipset support
|
2023-04-11 12:03:53 +02:00 |
|
Matthias Ringwald
|
2364ad0c60
|
chipset/nxp: support v3 bootloader
|
2023-04-06 23:07:47 +02:00 |
|
Matthias Ringwald
|
f2b175aa13
|
chipset/nxp: select firmware based on chip id for v3 bootloader
|
2023-04-06 15:30:52 +02:00 |
|
Matthias Ringwald
|
9277963bcf
|
chipset: add CYW5557x
|
2023-04-06 12:30:34 +02:00 |
|
Matthias Ringwald
|
893dbb9455
|
Add posix-h4-bcm port for newer Infineon controllers
|
2023-04-06 12:23:20 +02:00 |
|
Matthias Ringwald
|
0df9df8ce4
|
chipset/bcm: instruct user to reset controller with cts asserted
|
2023-04-06 12:22:14 +02:00 |
|
Matthias Ringwald
|
34cab2ba6b
|
posix-h4-nxp: update readme
|
2023-04-06 12:22:14 +02:00 |
|
Matthias Ringwald
|
e0c8f71be8
|
example/sco_demo_util: fix audio input buffer init
|
2023-04-06 12:11:03 +02:00 |
|
Matthias Ringwald
|
e29f31ab35
|
archive/posix-h5-bcm: delete generated file
|
2023-04-06 10:39:15 +02:00 |
|
Matthias Ringwald
|
c63d0213ae
|
chipset: general update, add NXP, EM9305
|
2023-04-05 14:37:20 +02:00 |
|
Matthias Ringwald
|
cc528b9d66
|
port: add posix-h4-nxp
|
2023-04-05 14:37:20 +02:00 |
|
Matthias Ringwald
|
f37aba7b8c
|
changelog: esp32 - replace deprecated btstack_run_loop_freertos calls
|
2023-04-04 14:49:38 +02:00 |
|
Dirk Helbig
|
77093c9a29
|
btstack_port_esp32: remove data source in favor of execute on main thread api
|
2023-04-04 14:47:55 +02:00 |
|
Matthias Ringwald
|
2f9d0a2a70
|
esp32: fix build
|
2023-04-04 12:21:58 +02:00 |
|
Matthias Ringwald
|
d4452ed786
|
changelog: mention btstack_stdio_init for esp32
|
2023-04-04 12:12:59 +02:00 |
|
Matthias Ringwald
|
b696904aa4
|
esp32: update readme
|
2023-04-04 12:12:59 +02:00 |
|
Matthias Ringwald
|
7f66410546
|
esp32: call btstack_stdio_init from application templates
|
2023-04-04 12:12:59 +02:00 |
|
Matthias Ringwald
|
ce2cb32808
|
btstack_stdio_esp32: warn on stdin setup without prior call to btstack_stdio_init
|
2023-04-04 12:12:59 +02:00 |
|
Dirk Helbig
|
a8a70d9170
|
btstack_stdio_esp32: refactoring, use execute on main thread
|
2023-04-04 11:22:15 +02:00 |
|
Matthias Ringwald
|
93d5215482
|
Revert "btstack_stdin_esp32: fix build for v4"
This reverts commit a306ff4c5adfeb746bb5efcbaf8e7a6c93eccab6.
|
2023-04-04 11:14:16 +02:00 |
|
Matthias Ringwald
|
a306ff4c5a
|
btstack_stdin_esp32: fix build for v4
|
2023-04-03 15:32:28 +02:00 |
|
Matthias Ringwald
|
012a2c4245
|
btstack_stdin_esp32: fix build for v4
|
2023-04-03 15:19:03 +02:00 |
|
Matthias Ringwald
|
ab3cc2230e
|
- chipset/bcm: look for PatchRAM file DEVICE_NAME...hcd
|
2023-03-31 16:36:20 +02:00 |
|
Dirk Helbig
|
b5a43cc197
|
btstack_stdin_esp32: add uart output/input buffering
|
2023-03-30 09:40:38 +02:00 |
|
Matthias Ringwald
|
b1847fffde
|
example/gap_le_advertisements: print extended advertisements
|
2023-03-29 15:45:10 +02:00 |
|
Matthias Ringwald
|
c7361b2405
|
hci: fix build with HAVE_HOST_CONTROLLER_API defined
|
2023-03-24 22:27:13 +01:00 |
|
Matthias Ringwald
|
42780893c2
|
avdtp_source: use sample count as timestamp
|
2023-03-24 20:20:33 +01:00 |
|
Matthias Ringwald
|
f37082eece
|
a2dp_source: remove deprecated a2dp_source_stream_send_media_payload
|
2023-03-24 20:02:28 +01:00 |
|
Matthias Ringwald
|
21f2491df4
|
avdtp: remove deprecated avdtp_source_stream_send_media_payload
|
2023-03-24 20:02:12 +01:00 |
|
Matthias Ringwald
|
744ea73d2e
|
avdtp_source: pass timestamp into avdtp_source_setup_media_header
|
2023-03-24 19:51:11 +01:00 |
|
Matthias Ringwald
|
fe70ee4829
|
hci_event: check buffer size
|
2023-03-24 18:34:30 +01:00 |
|
Matthias Ringwald
|
89d7e14e49
|
test/embedded: add test for hci_event
|
2023-03-24 18:08:41 +01:00 |
|
Matthias Ringwald
|
c70b3b486d
|
hci_event: provide buffer size to event builders
|
2023-03-24 17:48:13 +01:00 |
|
Matthias Ringwald
|
7d902a1f42
|
add hci_event from cinnamon controller to core
|
2023-03-24 16:38:24 +01:00 |
|
Matthias Ringwald
|
36468e6f00
|
hci: rename con_handle into cis_handle in hci_iso_stream_t (fixup)
|
2023-03-24 16:11:44 +01:00 |
|
Matthias Ringwald
|
cf439c6323
|
hci: provide details for GAP_SUBEVENT_CIG_CREATED
|
2023-03-24 16:11:44 +01:00 |
|
Matthias Ringwald
|
ee4492071d
|
btstack_defines: add details to GAP_SUBEVENT_CIG_CREATED
|
2023-03-24 16:11:44 +01:00 |
|
Matthias Ringwald
|
14045fdb85
|
hci: extract hci_cis_handle_created
|
2023-03-24 16:11:44 +01:00 |
|
Matthias Ringwald
|
532211fe50
|
hci: add params to hci_emit_cis_created
|
2023-03-24 16:11:44 +01:00 |
|
Matthias Ringwald
|
56bd2ec08b
|
hci: store acl con handles for gap_cis_create
|
2023-03-24 16:11:44 +01:00 |
|
Matthias Ringwald
|
6fd1d2c8f4
|
hci: store cis connection info in hci iso stream on cis request
|
2023-03-24 16:11:44 +01:00 |
|