1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Rework max connections for BLE to avoid exceeding the hard limit (#8303)

This commit is contained in:
J. Nick Koston
2025-04-06 14:48:12 -10:00
committed by GitHub
parent f3b1b11eba
commit 23e5cdb30e
12 changed files with 224 additions and 72 deletions

View File

@@ -0,0 +1,8 @@
wifi:
ssid: MySSID
password: password1
ota:
- platform: esphome
api:

View File

@@ -0,0 +1,8 @@
<<: !include common.yaml
esp32_ble_tracker:
max_connections: 3
bluetooth_proxy:
active: true
connection_slots: 2

View File

@@ -0,0 +1,8 @@
<<: !include common.yaml
esp32_ble_tracker:
max_connections: 3
bluetooth_proxy:
active: true
connection_slots: 2

View File

@@ -0,0 +1,8 @@
<<: !include common.yaml
esp32_ble_tracker:
max_connections: 9
bluetooth_proxy:
active: true
connection_slots: 9

View File

@@ -0,0 +1,8 @@
<<: !include common.yaml
esp32_ble_tracker:
max_connections: 9
bluetooth_proxy:
active: true
connection_slots: 9

View File

@@ -1 +1,4 @@
<<: !include common.yaml
esp32_ble_tracker:
max_connections: 3

View File

@@ -1 +1,4 @@
<<: !include common.yaml
esp32_ble_tracker:
max_connections: 3

View File

@@ -1 +1,4 @@
<<: !include common.yaml
esp32_ble_tracker:
max_connections: 9

View File

@@ -1 +1,4 @@
<<: !include common.yaml
esp32_ble_tracker:
max_connections: 9