LinkIt ONE BLE support?

I just wanted to ask if BLE support for the LinkIt ONE board is possible? This would be a great feature, as the board does offer a lot of connectivity.

THX in advance!

Nope. Not yet…
We don’t have this board to test it.
Anyway maybe someony from the community will add support for this…

I thought you have the board, as it is now officially supported (as reported here). Do you have a template for BLE or some advise how to adapt it for their GATT-library?

I am still trying to get BLE working on the LinkIt ONE. What services must be up to report the device in the BLE widget? I replicated the services, characteristics and descriptors of the BLE nano, but the App does not show the LinkIt :disappointed_relieved:

nRF connect shows this log:

nRF Connect, 2016-09-08
LinkIt (F2:74:3D:0C:0E:93)
I	11:43:24.348	[Server] Server started
V	11:43:24.362	Unknown Service (713d0000-503e-4c75-ba94-3148f18d941e)
- Unknown Characteristic [W WNR] (713d0003-503e-4c75-ba94-3148f18d941e)
- Unknown Characteristic [N] (713d0002-503e-4c75-ba94-3148f18d941e)
   Client Characteristic Configuration (0x2902)
V	11:43:24.752	Connecting to F2:74:3D:0C:0E:93...
D	11:43:24.763	gatt = device.connectGatt(autoConnect = false)
D	11:43:25.134	[Server callback] Connection state changed with status: 0 and new state: CONNECTED (2)
D	11:43:25.156	[Broadcast] Action received: android.bluetooth.device.action.ACL_CONNECTED
D	11:43:25.164	[Callback] Connection state changed with status: 0 and new state: CONNECTED (2)
I	11:43:25.173	[Server] Device with address F2:74:3D:0C:0E:93 connected
I	11:43:25.180	Connected to F2:74:3D:0C:0E:93
D	11:43:25.189	wait(600ms)
V	11:43:25.813	Discovering services...
D	11:43:25.827	gatt.discoverServices()
D	11:43:25.839	[Callback] Services discovered with status: 0
I	11:43:25.850	Services discovered
V	11:43:25.883	Generic Access (0x1800)
- Device Name [R] (0x2A00)
- Appearance [R] (0x2A01)
Generic Attribute (0x1801)
- Service Changed [I] (0x2A05)
Unknown Service (713d0000-503e-4c75-ba94-3148f18d941e)
- Unknown Characteristic [W WNR] (713d0003-503e-4c75-ba94-3148f18d941e)
- Unknown Characteristic [N R] (713d0002-503e-4c75-ba94-3148f18d941e)
   Client Characteristic Configuration (0x2902)

I would like to modify the BLE nano library for the LinkIt, but without the App recognizing the board I am stuck - please help!