This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
Bluetooth Status
Vinicius Gomes edited this page Aug 21, 2013
·
5 revisions
August 8th Status: Only Tizen 2.1 Bluetooth APIs are supported at this moment.
Interface | API | Tizen 2.1 (BlueZ 4) | BlueZ 5 |
---|---|---|---|
BluetoothManager | tizen.bluetooth.getDefaultAdapter() | Done | Done |
BluetoothManager | enum tizen.bluetooth.deviceMinor | Done | Done |
BluetoothManager | enum tizen.bluetooth.deviceMajor | Done | Done |
BluetoothManager | enum tizen.bluetooth.deviceService | Done | Done |
BluetoothAdapter | Properties (name, address, powered, visible) | Done | Done |
BluetoothAdapter | adapter.setName() | Done | To Do |
BluetoothAdapter | adapter.setPowered() | To Do | To Do |
BluetoothAdapter | adapter.setVisible() | Done | To Do |
BluetoothAdapter | adapter.discoverDevices() | Done | Done |
BluetoothAdapter | adapter.stopDiscovery() | Done | Done |
BluetoothAdapter | adapter.getKnownDevices() | Done | Done |
BluetoothAdapter | adapter.getDevice() | Done | To Do |
BluetoothAdapter | adapter.createBonding() | Done | To Do |
BluetoothAdapter | adapter.destroyBonding() | Done | To Do |
BluetoothAdapter | adapter.registerRFCOMMServiceByUUID() | To Do | To Do |
BluetoothDevice | Properties (name, address, deviceClass, isBonded, isTrusted, isConnected, uuids) | Done | Done |
BluetoothDevice | device.connectToServiceByUUID() | To Do | To Do |
BluetoothSocket | Properties (uuid, state, peer) | To Do | To Do |
BluetoothSocket | socket.writeData() | To Do | To Do |
BluetoothClass | Properties (major, minor) | Done | Done |
BluetoothClass | class.hasService() | Done | To Do |