Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattService.java37 public class BluetoothGattService implements Parcelable { class
95 protected List<BluetoothGattService> mIncludedServices;
110 public BluetoothGattService(UUID uuid, int serviceType) { in BluetoothGattService() method in BluetoothGattService
116 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService()
124 /*package*/ BluetoothGattService(BluetoothDevice device, UUID uuid, in BluetoothGattService() method in BluetoothGattService
131 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService()
139 public BluetoothGattService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattService() method in BluetoothGattService
145 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService()
164 for (BluetoothGattService s : mIncludedServices) { in writeToParcel()
171 … public static final @android.annotation.NonNull Parcelable.Creator<BluetoothGattService> CREATOR =
[all …]
DBluetoothGattServer.java58 private BluetoothGattService mPendingService;
59 private List<BluetoothGattService> mServices;
115 public void onServiceAdded(int status, BluetoothGattService service) {
125 BluetoothGattService tmp = mPendingService;
396 mServices = new ArrayList<BluetoothGattService>(); in BluetoothGattServer()
405 for (BluetoothGattService svc : mServices) { in getCharacteristicByHandle()
421 for (BluetoothGattService svc : mServices) { in getDescriptorByHandle()
543 /*package*/ BluetoothGattService getService(UUID uuid, int instanceId, int type) { in getService()
544 for (BluetoothGattService svc : mServices) { in getService()
721 BluetoothGattService service = characteristic.getService(); in notifyCharacteristicChanged()
[all …]
DBluetoothGatt.java85 private List<BluetoothGattService> mServices;
308 public void onSearchComplete(String address, List<BluetoothGattService> services,
318 for (BluetoothGattService s : services) {
326 for (BluetoothGattService fixedService : mServices) {
327 ArrayList<BluetoothGattService> includedServices =
331 for (BluetoothGattService brokenRef : includedServices) {
332 BluetoothGattService includedService = getService(mDevice,
741 mServices = new ArrayList<BluetoothGattService>(); in BluetoothGatt()
768 /*package*/ BluetoothGattService getService(BluetoothDevice device, UUID uuid, in getService()
770 for (BluetoothGattService svc : mServices) { in getService()
[all …]
DBluetoothGattCharacteristic.java224 protected BluetoothGattService mService;
254 /*package*/ BluetoothGattCharacteristic(BluetoothGattService service, in BluetoothGattCharacteristic()
270 private void initCharacteristic(BluetoothGattService service, in initCharacteristic()
376 public BluetoothGattService getService() { in getService()
386 /*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/boot/
Dpreloaded-classes1056 android.bluetooth.BluetoothGattService$1
1057 android.bluetooth.BluetoothGattService
Dboot-image-profile.txt23884 Landroid/bluetooth/BluetoothGattService$1;
23885 Landroid/bluetooth/BluetoothGattService;
/frameworks/base/core/api/
Dcurrent.txt9105 method public android.bluetooth.BluetoothGattService getService(java.util.UUID);
9106 method public java.util.List<android.bluetooth.BluetoothGattService> getServices();
9160 method public android.bluetooth.BluetoothGattService getService();
9226 …st.permission.BLUETOOTH_CONNECT) public boolean addService(android.bluetooth.BluetoothGattService);
9234 method public android.bluetooth.BluetoothGattService getService(java.util.UUID);
9235 method public java.util.List<android.bluetooth.BluetoothGattService> getServices();
9238 …permission.BLUETOOTH_CONNECT) public boolean removeService(android.bluetooth.BluetoothGattService);
9255 method public void onServiceAdded(int, android.bluetooth.BluetoothGattService);
9258 public class BluetoothGattService implements android.os.Parcelable {
9259 ctor public BluetoothGattService(java.util.UUID, int);
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10158 …rvice(Landroid/bluetooth/BluetoothDevice;Ljava/util/UUID;I)Landroid/bluetooth/BluetoothGattService;
10174 Landroid/bluetooth/BluetoothGattCharacteristic;-><init>(Landroid/bluetooth/BluetoothGattService;Lja…
10182 …uetoothGattCharacteristic;->initCharacteristic(Landroid/bluetooth/BluetoothGattService;Ljava/util/…
10218 …etooth/BluetoothGattServer;->getService(Ljava/util/UUID;II)Landroid/bluetooth/BluetoothGattService;
10222 Landroid/bluetooth/BluetoothGattServer;->mPendingService:Landroid/bluetooth/BluetoothGattService;
10233 Landroid/bluetooth/BluetoothGattService;-><init>(Landroid/bluetooth/BluetoothDevice;Ljava/util/UUID…
10234 Landroid/bluetooth/BluetoothGattService;-><init>(Landroid/os/Parcel;)V
10235 Landroid/bluetooth/BluetoothGattService;-><init>(Ljava/util/UUID;II)V
10236 Landroid/bluetooth/BluetoothGattService;->addIncludedService(Landroid/bluetooth/BluetoothGattServic…
10237 Landroid/bluetooth/BluetoothGattService;->getCharacteristic(Ljava/util/UUID;I)Landroid/bluetooth/Bl…
[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/
Dpreloaded-classes1053 android.bluetooth.BluetoothGattService$1
1054 android.bluetooth.BluetoothGattService
Dboot-image-profile.txt33517 Landroid/bluetooth/BluetoothGattService$1;
33518 Landroid/bluetooth/BluetoothGattService;