Methods Summary |
---|
public void | abortReliableWrite()
throw new RuntimeException("Stub!");
|
public void | abortReliableWrite(android.bluetooth.BluetoothDevice mDevice)
throw new RuntimeException("Stub!");
|
public boolean | beginReliableWrite()
throw new RuntimeException("Stub!");
|
public void | close()
throw new RuntimeException("Stub!");
|
public boolean | connect()
throw new RuntimeException("Stub!");
|
public void | disconnect()
throw new RuntimeException("Stub!");
|
public boolean | discoverServices()
throw new RuntimeException("Stub!");
|
public boolean | executeReliableWrite()
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 android.bluetooth.BluetoothDevice | getDevice()
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 | readCharacteristic(android.bluetooth.BluetoothGattCharacteristic characteristic)
throw new RuntimeException("Stub!");
|
public boolean | readDescriptor(android.bluetooth.BluetoothGattDescriptor descriptor)
throw new RuntimeException("Stub!");
|
public boolean | readRemoteRssi()
throw new RuntimeException("Stub!");
|
public boolean | requestConnectionPriority(int connectionPriority)
throw new RuntimeException("Stub!");
|
public boolean | requestMtu(int mtu)
throw new RuntimeException("Stub!");
|
public boolean | setCharacteristicNotification(android.bluetooth.BluetoothGattCharacteristic characteristic, boolean enable)
throw new RuntimeException("Stub!");
|
public boolean | writeCharacteristic(android.bluetooth.BluetoothGattCharacteristic characteristic)
throw new RuntimeException("Stub!");
|
public boolean | writeDescriptor(android.bluetooth.BluetoothGattDescriptor descriptor)
throw new RuntimeException("Stub!");
|