nRF5 SDK v15.0.0
Experimental: Object Transfer Service Server
This information applies to the following SoftDevices: S132, S140

This module implements the Object Transfer Service. Initiate the module using ble_ots_init. You must include an event handler. The event BLE_OTS_EVT_OBJECT_RECEIVED will be sent to the handler once an object has been received from the peer. For more information about the Object Transfer service please refer to the Bluetooth Service Specification

Warning
currently this module does not qualified to follow the Object Transfer specification.
Note
The application must register each instance of this module as a BLE stack event observer using the NRF_SDH_BLE_OBSERVER macro from the SoftDevice Handler library.

Documentation feedback | Developer Zone | Subscribe | Updated