File
Doc
Category
Size
Date
Package
BluetoothGattServer.java
API Doc
Android 5.1 API
1781
Sat Mar 14 14:09:42 GMT 2015
android.bluetooth
BluetoothGattServer
java.lang.Object
public final class BluetoothGattServer extends Object implements android.bluetooth.BluetoothProfile
Fields Summary
Constructors Summary
BluetoothGattServer
()
throw new RuntimeException("Stub!");
Methods Summary
public
boolean
addService
(
android.bluetooth.BluetoothGattService
service)
throw new RuntimeException("Stub!");
public void
cancelConnection
(
android.bluetooth.BluetoothDevice
device)
throw new RuntimeException("Stub!");
public void
clearServices
()
throw new RuntimeException("Stub!");
public void
close
()
throw new RuntimeException("Stub!");
public
boolean
connect
(
android.bluetooth.BluetoothDevice
device,
boolean
autoConnect)
throw new RuntimeException("Stub!");
public
java.util.List
getConnectedDevices
()
throw new RuntimeException("Stub!");
public
int
getConnectionState
(
android.bluetooth.BluetoothDevice
device)
throw new RuntimeException("Stub!");
public
java.util.List
getDevicesMatchingConnectionStates
(
int[]
states)
throw new RuntimeException("Stub!");
public
android.bluetooth.BluetoothGattService
getService
(
java.util.UUID
uuid)
throw new RuntimeException("Stub!");
public
java.util.List
getServices
()
throw new RuntimeException("Stub!");
public
boolean
notifyCharacteristicChanged
(
android.bluetooth.BluetoothDevice
device,
android.bluetooth.BluetoothGattCharacteristic
characteristic,
boolean
confirm)
throw new RuntimeException("Stub!");
public
boolean
removeService
(
android.bluetooth.BluetoothGattService
service)
throw new RuntimeException("Stub!");
public
boolean
sendResponse
(
android.bluetooth.BluetoothDevice
device,
int
requestId,
int
status,
int
offset,
byte[]
value)
throw new RuntimeException("Stub!");
Java Code Source