Lines Matching refs:BluetoothGattService
8429 method public android.bluetooth.BluetoothGattService getService(java.util.UUID);
8430 method public java.util.List<android.bluetooth.BluetoothGattService> getServices();
8483 method public android.bluetooth.BluetoothGattService getService();
8549 method public boolean addService(android.bluetooth.BluetoothGattService);
8557 method public android.bluetooth.BluetoothGattService getService(java.util.UUID);
8558 method public java.util.List<android.bluetooth.BluetoothGattService> getServices();
8561 method public boolean removeService(android.bluetooth.BluetoothGattService);
8578 method public void onServiceAdded(int, android.bluetooth.BluetoothGattService);
8581 public class BluetoothGattService implements android.os.Parcelable {
8582 ctor public BluetoothGattService(java.util.UUID, int);
8584 method public boolean addService(android.bluetooth.BluetoothGattService);
8588 method public java.util.List<android.bluetooth.BluetoothGattService> getIncludedServices();
8593 … public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothGattService> CREATOR;
8597 field protected java.util.List<android.bluetooth.BluetoothGattService> mIncludedServices;