nRF5 SDK v17.1.0
Experimental: Object Transfer Service Client
This information applies to the following SoftDevices: S132, S140

This module implements the Object Transfer Service. Initiate the module using nrf_ble_ots_c_init. You must include an event handler. use nrf_ble_ots_c_oacp_write_object to request the sending of an object. A responde will be present in the event NRF_BLE_OTS_C_EVT_OACP_RESP. if the response is successfull, use nrf_ble_ots_c_l2cap_obj_send to send an object. 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.

Message Sequence Charts

No Object Transfer Service found:

msc_inline_mscgraph_17


Object Transfer Service found:

msc_inline_mscgraph_18

Documentation feedback | Developer Zone | Subscribe | Updated