You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/components/bluetooth_proxy.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,10 +51,9 @@ bluetooth_proxy:
51
51
```
52
52
53
53
-**active** (*Optional*, boolean): Enables proxying active connections. Defaults to `true`.
54
-
-**cache_services** (*Optional*, boolean): Enables caching GATT services in NVS flash storage which significantly speeds up active connections. Defaults to `true` when using the ESP-IDF framework.
54
+
-**cache_services** (*Optional*, boolean): Enables caching GATT services in NVS flash storage which significantly speeds up active connections. Defaults to `true`.
55
55
-**connection_slots** (*Optional*, int): The maximum number of BLE connection slots to use.
56
-
Each configured slot consumes ~1KB of RAM. This can only be adjusted when using
57
-
the `esp-idf` framework up to a maximum of `9`. It is recommended not to exceed `5`
56
+
Each configured slot consumes ~1KB of RAM, with a maximum of `9`. It is recommended not to exceed `5`
58
57
connection slots to avoid memory issues. Defaults to `3`.
59
58
The value must not exceed the total configured `max_connections`
Copy file name to clipboardExpand all lines: content/components/esp32_ble.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ The `disable_bt_logs` option intelligently disables only the Bluetooth logging c
54
54
55
55
{{< /note >}}
56
56
57
-
- **connection_timeout** (*Optional*, [Time](#config-time)): The maximum time to wait for a BLE connection to be established. Only available when using ESP-IDF framework. Defaults to `20s`.
57
+
- **connection_timeout** (*Optional*, [Time](#config-time)): The maximum time to wait for a BLE connection to be established. Defaults to `20s`.
58
58
59
59
- Range: 10 to 180 seconds
60
60
- This timeout should align with the timeout used by your BLE client software to prevent connection slot waste
@@ -72,7 +72,7 @@ The `advertising` option is an advanced feature that manually enables BLE advert
72
72
{{< /note >}}
73
73
74
74
- **advertising_cycle_time** (*Optional*, [Time](#config-time)): The time interval for cycling through multiple advertisements. Only applicable when advertising is enabled. Defaults to `10s`.
75
-
- **max_notifications** (*Optional*, integer): The maximum number of BLE characteristics that can have notifications enabled across all connections. Only available when using ESP-IDF framework. Defaults to `12`.
75
+
- **max_notifications** (*Optional*, integer): The maximum number of BLE characteristics that can have notifications enabled across all connections. Defaults to `12`.
76
76
77
77
- Range: 1 to 64
78
78
- This is a global limit shared across all BLE connections
0 commit comments