Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattService.java33 public class BluetoothGattService implements Parcelable { class
91 protected List<BluetoothGattService> mIncludedServices;
107 public BluetoothGattService(UUID uuid, int serviceType) { in BluetoothGattService() method in BluetoothGattService
113 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService()
121 /*package*/ BluetoothGattService(BluetoothDevice device, UUID uuid, in BluetoothGattService() method in BluetoothGattService
128 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService()
136 public BluetoothGattService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattService() method in BluetoothGattService
142 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService()
161 for (BluetoothGattService s : mIncludedServices) { in writeToParcel()
168 … public static final @android.annotation.NonNull Parcelable.Creator<BluetoothGattService> CREATOR =
[all …]
DBluetoothGattServer.java50 private BluetoothGattService mPendingService;
51 private List<BluetoothGattService> mServices;
106 public void onServiceAdded(int status, BluetoothGattService service) {
116 BluetoothGattService tmp = mPendingService;
385 mServices = new ArrayList<BluetoothGattService>(); in BluetoothGattServer()
394 for (BluetoothGattService svc : mServices) { in getCharacteristicByHandle()
410 for (BluetoothGattService svc : mServices) { in getDescriptorByHandle()
506 /*package*/ BluetoothGattService getService(UUID uuid, int instanceId, int type) { in getService()
507 for (BluetoothGattService svc : mServices) { in getService()
675 BluetoothGattService service = characteristic.getService(); in notifyCharacteristicChanged()
[all …]
DBluetoothGatt.java78 private List<BluetoothGattService> mServices;
299 public void onSearchComplete(String address, List<BluetoothGattService> services,
309 for (BluetoothGattService s : services) {
317 for (BluetoothGattService fixedService : mServices) {
318 ArrayList<BluetoothGattService> includedServices =
322 for (BluetoothGattService brokenRef : includedServices) {
323 BluetoothGattService includedService = getService(mDevice,
700 mServices = new ArrayList<BluetoothGattService>(); in BluetoothGatt()
725 /*package*/ BluetoothGattService getService(BluetoothDevice device, UUID uuid, in getService()
727 for (BluetoothGattService svc : mServices) { in getService()
[all …]
DBluetoothGattCharacteristic.java224 protected BluetoothGattService mService;
255 /*package*/ BluetoothGattCharacteristic(BluetoothGattService service, in BluetoothGattCharacteristic()
271 private void initCharacteristic(BluetoothGattService service, in initCharacteristic()
378 public BluetoothGattService getService() { in getService()
388 /*package*/ void setService(BluetoothGattService service) { in setService()
DBluetoothGattServerCallback.java43 public void onServiceAdded(int status, BluetoothGattService service) { in onServiceAdded()
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
DBluetoothMidiDevice.java24 import android.bluetooth.BluetoothGattService;
115 BluetoothGattService service = gatt.getService(MIDI_SERVICE);
/frameworks/base/api/
Dlint-baseline.txt651 …rmission: android.bluetooth.BluetoothGattServer#addService(android.bluetooth.BluetoothGattService):
665 …ssion: android.bluetooth.BluetoothGattServer#removeService(android.bluetooth.BluetoothGattService):
669 RequiresPermission: android.bluetooth.BluetoothGattService#BluetoothGattService(java.util.UUID, int…
671 RequiresPermission: android.bluetooth.BluetoothGattService#addCharacteristic(android.bluetooth.Blue…
673 RequiresPermission: android.bluetooth.BluetoothGattService#addService(android.bluetooth.BluetoothGa…
Dcurrent.txt8429 method public android.bluetooth.BluetoothGattService getService(java.util.UUID);
8430 method public java.util.List<android.bluetooth.BluetoothGattService> getServices();
8483 method public android.bluetooth.BluetoothGattService getService();
8549 method public boolean addService(android.bluetooth.BluetoothGattService);
8557 method public android.bluetooth.BluetoothGattService getService(java.util.UUID);
8558 method public java.util.List<android.bluetooth.BluetoothGattService> getServices();
8561 method public boolean removeService(android.bluetooth.BluetoothGattService);
8578 method public void onServiceAdded(int, android.bluetooth.BluetoothGattService);
8581 public class BluetoothGattService implements android.os.Parcelable {
8582 ctor public BluetoothGattService(java.util.UUID, int);
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6251 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);
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt10167 …rvice(Landroid/bluetooth/BluetoothDevice;Ljava/util/UUID;I)Landroid/bluetooth/BluetoothGattService;
10183 Landroid/bluetooth/BluetoothGattCharacteristic;-><init>(Landroid/bluetooth/BluetoothGattService;Lja…
10191 …uetoothGattCharacteristic;->initCharacteristic(Landroid/bluetooth/BluetoothGattService;Ljava/util/…
10227 …etooth/BluetoothGattServer;->getService(Ljava/util/UUID;II)Landroid/bluetooth/BluetoothGattService;
10231 Landroid/bluetooth/BluetoothGattServer;->mPendingService:Landroid/bluetooth/BluetoothGattService;
10242 Landroid/bluetooth/BluetoothGattService;-><init>(Landroid/bluetooth/BluetoothDevice;Ljava/util/UUID…
10243 Landroid/bluetooth/BluetoothGattService;-><init>(Landroid/os/Parcel;)V
10244 Landroid/bluetooth/BluetoothGattService;-><init>(Ljava/util/UUID;II)V
10245 Landroid/bluetooth/BluetoothGattService;->addIncludedService(Landroid/bluetooth/BluetoothGattServic…
10246 Landroid/bluetooth/BluetoothGattService;->getCharacteristic(Ljava/util/UUID;I)Landroid/bluetooth/Bl…
[all …]
/frameworks/base/non-updatable-api/
Dcurrent.txt8429 method public android.bluetooth.BluetoothGattService getService(java.util.UUID);
8430 method public java.util.List<android.bluetooth.BluetoothGattService> getServices();
8483 method public android.bluetooth.BluetoothGattService getService();
8549 method public boolean addService(android.bluetooth.BluetoothGattService);
8557 method public android.bluetooth.BluetoothGattService getService(java.util.UUID);
8558 method public java.util.List<android.bluetooth.BluetoothGattService> getServices();
8561 method public boolean removeService(android.bluetooth.BluetoothGattService);
8578 method public void onServiceAdded(int, android.bluetooth.BluetoothGattService);
8581 public class BluetoothGattService implements android.os.Parcelable {
8582 ctor public BluetoothGattService(java.util.UUID, int);
[all …]