J. Nick Koston
|
18062d154f
|
[esp32_ble_tracker] Refactor to use CORE.data instead of module-level globals (#11220)
|
2025-10-16 16:18:30 +13:00 |
|
Jonathan Swoboda
|
e19a85b523
|
[esp32_ble] Add support for hosted BLE (#11167)
|
2025-10-15 15:19:08 -04:00 |
|
J. Nick Koston
|
5bb69a968c
|
[esp32_ble] Replace handler vectors with StaticVector for 560B-2KB memory savings (#11200)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-10-14 15:33:33 +13:00 |
|
J. Nick Koston
|
9bd9b043c8
|
[esp32_ble_tracker] Replace std::vector with StaticVector for listeners and clients (#11173)
|
2025-10-11 05:47:42 -10:00 |
|
J. Nick Koston
|
a74fcbc8b6
|
[esp32_ble_beacon, esp32_ble_tracker] Remove unused Arduino includes and redundant tests (#11140)
|
2025-10-09 11:42:25 -10:00 |
|
J. Nick Koston
|
e8854e0659
|
[esp32_ble] Fix max_connections architecture (shared client+server limit) (#11006)
|
2025-10-06 02:45:44 +00:00 |
|
J. Nick Koston
|
0137954f2b
|
[const] Move CONF_MAX_CONNECTIONS to const.py (#11007)
|
2025-10-03 18:20:00 -05:00 |
|
J. Nick Koston
|
0111f725ff
|
[esp32_ble_tracker] Reduce gap_scan_result log verbosity to VV (#10917)
|
2025-09-29 10:34:32 +13:00 |
|
J. Nick Koston
|
f8226cd481
|
[esp32_ble] Remove Arduino-specific BLE limitations and SplitDefaults (#10780)
|
2025-09-23 19:42:46 -05:00 |
|
Jonathan Swoboda
|
b8cee477fe
|
[esp32] Use arduino as an idf component (#10647)
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2025-09-17 17:23:34 -05:00 |
|
J. Nick Koston
|
1d5a3b647d
|
[esp32_ble] Optimize BLE hex formatting to eliminate sprintf dependency (#10714)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-09-15 12:04:45 +12:00 |
|
J. Nick Koston
|
bbef0e173e
|
[esp32_ble_tracker] Simplify BLE client state machine by removing READY_TO_CONNECT (#10672)
|
2025-09-12 08:54:34 +12:00 |
|
J. Nick Koston
|
d1276dc6df
|
[core] Replace magic coroutine priority numbers with self-documenting CoroPriority enum (#10518)
|
2025-09-02 21:41:50 +00:00 |
|
J. Nick Koston
|
5dc691874b
|
[bluetooth_proxy] Remove unused ClientState::SEARCHING state (#10318)
|
2025-08-29 10:30:14 +12:00 |
|
J. Nick Koston
|
a7786b75a0
|
[esp32_ble_tracker] Remove duplicate client promotion logic (#10321)
|
2025-08-29 10:14:51 +12:00 |
|
J. Nick Koston
|
07bca6103f
|
[esp32_ble_tracker] Fix on_scan_end trigger compilation without USE_ESP32_BLE_DEVICE (#10399)
|
2025-08-25 08:57:09 +12:00 |
|
J. Nick Koston
|
ed2b76050b
|
[bluetooth_proxy] Remove ESPBTUUID dependency to save 296 bytes of flash (#10213)
|
2025-08-13 14:18:53 +12:00 |
|
J. Nick Koston
|
cef39e7c59
|
[esp32_ble_tracker] Fix false reboots when event loop is blocked (#10144)
|
2025-08-10 04:44:23 -05:00 |
|
J. Nick Koston
|
37a9ad6a0d
|
[esp32_ble_tracker] Optimize member variable ordering to reduce memory padding (#10113)
|
2025-08-07 03:34:46 -05:00 |
|
J. Nick Koston
|
6d66ddd68d
|
[bluetooth_proxy][esp32_ble_tracker][esp32_ble_client] Consolidate duplicate logging code to reduce flash usage (#10097)
|
2025-08-07 13:41:03 +12:00 |
|
J. Nick Koston
|
5021cc6d5f
|
[esp32_ble] Make BLE notification limit configurable to fix ESP_GATT_NO_RESOURCES errors (#10098)
|
2025-08-06 17:24:02 +00:00 |
|
J. Nick Koston
|
1642d34d29
|
[esp32_ble_tracker] Simplify state machine guards with helper functions (#10092)
|
2025-08-06 01:03:19 -05:00 |
|
J. Nick Koston
|
b01f03cc24
|
[esp32_ble_tracker] Refactor loop() method for improved readability and performance (#10074)
|
2025-08-06 14:26:11 +12:00 |
|
J. Nick Koston
|
cfb22e33c9
|
[esp32_ble_tracker] Add missing USE_ESP32_BLE_DEVICE guard for already_discovered_ member (#10085)
|
2025-08-06 14:22:32 +12:00 |
|
J. Nick Koston
|
58a088e06b
|
Add myself to multiple bluetooth codeowners (#10083)
|
2025-08-05 09:00:04 +00:00 |
|
J. Nick Koston
|
f7bf1ef52c
|
[esp32_ble_tracker] Eliminate redundant ring buffer for lower latency (#10057)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-08-05 13:10:32 +12:00 |
|
J. Nick Koston
|
fa8c5e880c
|
[esp32_ble_tracker] Optimize connection by promoting client immediately after scan stop trigger (#10061)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-05 13:10:02 +12:00 |
|
J. Nick Koston
|
7c297366c7
|
[esp32_ble_tracker] Remove unnecessary STOPPED scanner state to reduce latency (#10055)
|
2025-08-04 16:57:59 +12:00 |
|
J. Nick Koston
|
f808c38f10
|
[ruff] Enable PERF rules and fix all violations (#9874)
|
2025-07-25 08:15:54 -10:00 |
|
J. Nick Koston
|
ec2e0c50f1
|
[bluetooth_proxy] [esp32_ble_tracker] [esp32_ble] Use C++17 nested namespace syntax (#9825)
|
2025-07-24 15:23:45 +12:00 |
|
Jesse Hills
|
b17e2019c7
|
[esp32_ble_tracker] Write require feature defines after all clients are registered (#9780)
|
2025-07-22 00:49:48 +00:00 |
|
J. Nick Koston
|
534a1cf2e7
|
[esp32_ble_tracker] Batch BLE advertisement processing to reduce overhead (#9699)
|
2025-07-21 10:17:38 +12:00 |
|
J. Nick Koston
|
30c4b91697
|
Remove parsed advertisement support from bluetooth_proxy to save memory (#9489)
|
2025-07-16 13:19:03 +12:00 |
|
Jonathan Swoboda
|
3470305d9d
|
[esp32] Remove IDF 4 support and clean up code (#9145)
|
2025-07-01 16:22:41 +00:00 |
|
myhomeiot
|
cd22723623
|
Restore access to BLEScanResult as get_scan_result (#9148)
|
2025-06-23 15:42:20 +12:00 |
|
J. Nick Koston
|
2e11e66db4
|
Optimize bluetooth_proxy memory usage on ESP32 (#9114)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-06-19 13:11:13 +12:00 |
|
J. Nick Koston
|
95544e489d
|
Use smaller atomic types for ESP32 BLE Tracker ring buffer indices (#9106)
|
2025-06-19 12:10:50 +12:00 |
|
J. Nick Koston
|
61a558a062
|
Implement a lock free ring buffer for BLEScanResult to avoid drops (#9087)
|
2025-06-16 08:53:45 +12:00 |
|
J. Nick Koston
|
07cf6e723b
|
Fix unbound BLE event queue growth and reduce memory usage (#9052)
|
2025-06-15 04:45:41 +00:00 |
|
J. Nick Koston
|
63882c4a74
|
Reduce Bluetooth overhead by disabling unused logging categories (#8945)
|
2025-06-11 11:57:43 +12:00 |
|
J. Nick Koston
|
c0b05ada1a
|
Reduce ESP_LOGCONFIG calls (#9026)
|
2025-06-09 00:02:30 +00:00 |
|
Keith Burzinski
|
6675e99862
|
Remove unnecessary ellipsis (#8964)
|
2025-06-03 21:46:10 +01:00 |
|
Thomas Rupprecht
|
aeb4e63950
|
update minimal python version to 3.10 (#8850)
|
2025-05-22 13:21:43 +12:00 |
|
J. Nick Koston
|
ddb986b4fa
|
Improve batching of BLE advertisements for better airtime efficiency (#8778)
|
2025-05-14 04:34:33 +00:00 |
|
J. Nick Koston
|
45d019a7e4
|
Improve BLE Connection Reliability by Enabling Software Coexistence (#8683)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-05-09 12:18:19 +12:00 |
|
Pat Satyshur
|
bc6ee20270
|
Add CONF_CONTINUOUS to const.py (#8682)
|
2025-05-03 22:44:54 -05:00 |
|
Jesse Hills
|
ecb91b0101
|
[bluetooth_proxy] Allow changing active/passive via api (#8649)
|
2025-04-29 12:43:55 +00:00 |
|
J. Nick Koston
|
97823ddd16
|
Rewrite BLE scanner to use a state machine (#8601)
|
2025-04-22 08:09:28 -10:00 |
|
J. Nick Koston
|
fbf00f0af4
|
Fix BLE connection loop caused by timeout and pending disconnect race (#8597)
|
2025-04-22 21:17:09 +12:00 |
|
J. Nick Koston
|
23e5cdb30e
|
Rework max connections for BLE to avoid exceeding the hard limit (#8303)
|
2025-04-07 00:48:12 +00:00 |
|