1.. zephyr:code-sample:: ble_central_otc 2 :name: Central OTC 3 :relevant-api: bluetooth 4 5 Connect to a Bluetooth LE peripheral that supports the Object Transfer Service (OTS) 6 7Overview 8******** 9 10Similar to the :zephyr:code-sample:`ble_central` sample, except that this 11application specifically looks for the OTS (Object Transfer) GATT Service. 12And this sample is to select object sequentially, to read metadata, to write data, 13to read data, and to calculate checksum of selected objects. 14 15Requirements 16************ 17 18* A board with Bluetooth LE support and 4 buttons. 19 20Building and Running 21******************** 22This sample can be found under :zephyr_file:`samples/bluetooth/central_otc` in the 23Zephyr tree. 24 25See :zephyr:code-sample-category:`bluetooth` samples for details. 26