Re: [web-bluetooth] Support for Bluetooth Mesh (#445)

Hi, I have a small question related to what @bluetooth-mdw said. 

> 1. Using Bluetooth mesh proxy nodes
The first is support for the proxy protocol and the use of mesh proxy nodes. This involves GAP and GATT and so Web Bluetooth has almost all of what is needed, albeit not in the friendliest of states. To use a proxy node you must discover it, connect and then write to a characteristic and receive notifications from another characteristic, both part of the mesh proxy service. The data sent / received in those operations are proxy protocol PDUs which wrap mesh PDUs such as mesh network PDUs.

Does it means that GATT must be implemented on a mesh proxy node to be able to read messages from a mesh network ? I have been trying to read Mesh Proxy Data Out on several applications (nrfConnect, the web bluetooth server from the mesh proxy study kit), and I did not managed to read it.

Thanks for your response.


-- 
GitHub Notification of comment by PaulLeGuennec
Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/445#issuecomment-514631366 using your GitHub account

Received on Wednesday, 24 July 2019 13:26:48 UTC