Lines Matching refs:BluetoothGattService
6251 method public android.bluetooth.BluetoothGattService getService(java.util.UUID);
6252 method public java.util.List<android.bluetooth.BluetoothGattService> getServices();
6300 method public android.bluetooth.BluetoothGattService getService();
6361 method public boolean addService(android.bluetooth.BluetoothGattService);
6369 method public android.bluetooth.BluetoothGattService getService(java.util.UUID);
6370 method public java.util.List<android.bluetooth.BluetoothGattService> getServices();
6372 method public boolean removeService(android.bluetooth.BluetoothGattService);
6386 method public void onServiceAdded(int, android.bluetooth.BluetoothGattService);
6389 public class BluetoothGattService {
6390 ctor public BluetoothGattService(java.util.UUID, int);
6392 method public boolean addService(android.bluetooth.BluetoothGattService);
6395 method public java.util.List<android.bluetooth.BluetoothGattService> getIncludedServices();
6402 field protected java.util.List<android.bluetooth.BluetoothGattService> mIncludedServices;