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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattService.java30 public class BluetoothGattService { class
82 protected List<BluetoothGattService> mIncludedServices;
85 * Create a new BluetoothGattService.
90 * {@link BluetoothGattService#SERVICE_TYPE_PRIMARY} or
91 * {@link BluetoothGattService#SERVICE_TYPE_SECONDARY}
93 public BluetoothGattService(UUID uuid, int serviceType) { method in class:BluetoothGattService
99 mIncludedServices = new ArrayList<BluetoothGattService>();
103 * Create a new BluetoothGattService
106 /*package*/ BluetoothGattService(BluetoothDevice device, UUID uuid, method in class:BluetoothGattService
113 mIncludedServices = new ArrayList<BluetoothGattService>();
[all...]

Completed in 51 milliseconds