Package | Description |
---|---|
ej.bluetooth |
Contains Bluetooth classes.
|
Modifier and Type | Method and Description |
---|---|
BluetoothService |
BluetoothService.findIncludedService(BluetoothUuid serviceUuid)
Finds the service included by this service which matches the given UUID.
|
BluetoothService |
BluetoothDevice.findService(BluetoothUuid serviceUuid)
Returns the service with the given UUID.
|
BluetoothService |
BluetoothAdapter.findService(BluetoothUuid serviceUuid)
Returns the service with the given UUID.
|
BluetoothService[] |
BluetoothService.getIncludedServices()
Returns the list of services included in this service.
|
BluetoothService |
BluetoothAttribute.getService()
Returns the service to which this attribute belongs.
|
BluetoothService[] |
BluetoothDevice.getServices()
Returns the list of services provided by this device.
|
BluetoothService[] |
BluetoothAdapter.getServices()
Returns the list of services provided by this adapter.
|
Modifier and Type | Method and Description |
---|---|
void |
BluetoothService.addIncludedService(BluetoothService service)
Adds a service to include in this service.
|
boolean |
BluetoothAdapter.addService(BluetoothService service)
Adds the given service to this adapter.
|