Re: [dev] Bluetooth GATT-based OIC Transport Profile

2018-06-06 Thread Khaled Elsayed
I am more familiar with the Nimble code. What is done there is define a transport for coap messages over a BLE connection. Of course there is also the Gatt profile/service that defines the BLE peripheral node as an OIC capable node so interested nodes can discover and connect to it. For the officia

Re: [dev] Bluetooth GATT-based OIC Transport Profile

2018-06-05 Thread Gregg Reynolds
On Tue, Jun 5, 2018 at 5:01 AM, Khaled Elsayed wrote: > I don't think this an official Bluetooth SIG profile. I believe it is > implemented in iotivity linux (https://wiki.iotivity.org/ble_for_linux) > and runtime.io Nimble stack. So, you can have a look at the source code. > It is straightforwar

Re: [dev] Bluetooth GATT-based OIC Transport Profile

2018-06-05 Thread Khaled Elsayed
I don't think this an official Bluetooth SIG profile. I believe it is implemented in iotivity linux (https://wiki.iotivity.org/ble_for_linux) and runtime.io Nimble stack. So, you can have a look at the source code. It is straightforward if you are generally familiar with Bluetooth profiles/GATT.

[dev] Bluetooth GATT-based OIC Transport Profile

2018-06-01 Thread Gregg Reynolds
Where can I find more information about the Bluetooth GATT-based OIC Transport Profile? Thanks Gregg