I want to transfer a few bytes of data between two NRF52 modules.
I have checked out the BLE Blinky and NUS example and understand the gatt client and server ideas.
My question is, if the service UUIDS are already know by both modules (no discovery is needed), can both modules simply work as GATT clients and exchange data using just the gatt write method available to clients?
| sd_ble_gattc_write (uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params) |
Regards,
Hari