Searched defs:BluetoothGattService (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattService.java31 public class BluetoothGattService implements Parcelable { class in inherits:Parcelable
83 protected List<BluetoothGattService> mIncludedServices;
91 * Create a new BluetoothGattService.
96 * {@link BluetoothGattService#SERVICE_TYPE_PRIMARY} or
97 * {@link BluetoothGattService#SERVICE_TYPE_SECONDARY}
99 public BluetoothGattService(UUID uuid, int serviceType) { method in class:BluetoothGattService
105 mIncludedServices = new ArrayList<BluetoothGattService>();
109 * Create a new BluetoothGattService
112 /*package*/ BluetoothGattService(BluetoothDevice device, UUID uuid, method in class:BluetoothGattService
119 mIncludedServices = new ArrayList<BluetoothGattService>();
126 public BluetoothGattService(UUID uuid, int instanceId, int serviceType) { method in class:BluetoothGattService
169 private BluetoothGattService(Parcel in) { method in class:BluetoothGattService
[all...]

Completed in 60 milliseconds