Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattService.java33 public class BluetoothGattService implements Parcelable { class
107 public BluetoothGattService(UUID uuid, int serviceType) { in BluetoothGattService() method in BluetoothGattService
121 /*package*/ BluetoothGattService(BluetoothDevice device, UUID uuid, in BluetoothGattService() method in BluetoothGattService
136 public BluetoothGattService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattService() method in BluetoothGattService
179 private BluetoothGattService(Parcel in) { in BluetoothGattService() method in BluetoothGattService