Hi,
I am trying to use the Bluetooth low energy capability of the nRF9160 DK (nRF52840 chip) by using the lte_ble_gateway sample from Nordic. After changing some lines of code, I am able to establish a BLE connection with a smartphone (app acts as BLE server/peripheral) and discover the service and characteristics.
The problem I am facing is the following.
I want to write a value on the discovered characteristic, but the only function I could imagine to be a reference is the "bt_gatt_write(...)".
Could someone please provide me a sample, reference, guide or hint on how to manipulate the discovered characteristics on nRF9160 DK as BLE client?
Untill now it seems to me, that there is no simple template function prepared (like e.g. write_chrc( conn_params, buf, len )).
Best regards.