Hi all,
I need to know, how is it possible to write values to added services and attributes in HostTestApp project, when the device is switched to peripheral mode and GATT database is stored off chip. I think the peripheral only can do GATT server which handle read/write requests from connected central device, but is it possible to write value to an attribute from controller?
I tried to write value by ATT_WriteReq command with loopback connection handle(0xFFFE), but this function required confirming ATT_WriteRsp event.
I looked for LPRF_BLE_NetworkProcessorGATT document, but there is no description for this case.
I will be very grateful for any advice, it is very import to me.
Thanks,
Martin Petřík