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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattService.java28 public class BluetoothGattService { class
80 protected List<BluetoothGattService> mIncludedServices;
88 * Create a new BluetoothGattService.
93 * {@link BluetoothGattService#SERVICE_TYPE_PRIMARY} or
94 * {@link BluetoothGattService#SERVICE_TYPE_SECONDARY}
96 public BluetoothGattService(UUID uuid, int serviceType) { method in class:BluetoothGattService
102 mIncludedServices = new ArrayList<BluetoothGattService>();
106 * Create a new BluetoothGattService
109 /*package*/ BluetoothGattService(BluetoothDevice device, UUID uuid, method in class:BluetoothGattService
116 mIncludedServices = new ArrayList<BluetoothGattService>();
[all...]

Completed in 53 milliseconds