OVMS3-idf/components/bt
lly 4fddf1156b ble_mesh: GATT Proxy Spec 1.0.1 changes [Zephyr]
Backport of https://github.com/apache/mynewt-nimble/pull/724

Mesh spec 1.0.1 changes proxy disabling behavior to only affect the
relaying from proxy nodes. Previously, disabling proxy would shut down
all proxy and node activity.

Tweaks from the original commit:
- Removed redundant call to bt_mesh_adv_update() in gatt_proxy_set()
- Removed invalid ref to 4.2.11.1 in node_identity_set()

---

According to Mesh Profile Spec 1.0.1, Section 4.2.11:
"If the Proxy feature is disabled, a GATT client device can connect
over GATT to that node for configuration and control. Messages from
the GATT bearer are not relayed to the advertising bearer."

Moreover some notes have been removed from the spec compared to
version 1.0:

Mesh Profile Spec 1.0, Section 4.2.11:

"Upon transition from GATT Proxy state 0x01 to GATT Proxy state 0x00
the GATT Bearer Server shall disconnect all GATT Bearer Clients."

"The Configuration Client should turn off the Proxy state as the last
step in the configuration process."

Mesh Profile Spec 1.0, Section 4.2.11.1:

"When the GATT Proxy state is set to 0x00, the Node Identity state
for all subnets shall be set to 0x00 and shall not be changed."
2020-05-21 15:19:39 +08:00
..
common bugfix:Fix length check for snprintf in osi config. And remove the error code when there is no file in the nvs in config.c 2020-01-16 16:20:43 +08:00
controller components/coex: Fix wakeup delay with DFS 2020-03-28 20:49:15 +08:00
esp_ble_mesh ble_mesh: GATT Proxy Spec 1.0.1 changes [Zephyr] 2020-05-21 15:19:39 +08:00
host add congest direct callback and fix malloc failed when multi_connection notify performance test 2020-05-15 16:18:31 +08:00
include components/bt: Fix A2DP stuck when BLE's interval is too small 2020-01-06 20:31:54 +08:00
test components: use new component registration api 2019-06-21 19:53:29 +08:00
CMakeLists.txt ble_mesh: Support BLE advertising simultaneously 2020-04-10 17:36:44 +08:00
component.mk NimBLE: Use dynamic buffers instead of static memory (v4.0) 2020-03-16 07:33:07 +00:00
Kconfig components/coex: Fix misspell in Kconfig 2020-02-19 11:48:45 +08:00
sdkconfig.rename Add NimBLE config options in sdkconfig.rename 2020-05-14 11:31:53 +10:00