Searched refs:BluetoothGattService (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattService.java | 28 public class BluetoothGattService { class 80 protected List<BluetoothGattService> mIncludedServices; 96 public BluetoothGattService(UUID uuid, int serviceType) { in BluetoothGattService() method in BluetoothGattService 102 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService() 109 /*package*/ BluetoothGattService(BluetoothDevice device, UUID uuid, in BluetoothGattService() method in BluetoothGattService 116 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService() 134 public boolean addService(BluetoothGattService service) { in addService() 195 /*package*/ void addIncludedService(BluetoothGattService includedService) { in addIncludedService() 234 public List<BluetoothGattService> getIncludedServices() { in getIncludedServices()
|
D | BluetoothGattServer.java | 55 private List<BluetoothGattService> mServices; 118 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType); 141 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType); 170 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType); 200 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType); 233 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType); 317 mServices = new ArrayList<BluetoothGattService>(); in BluetoothGattServer() 404 /*package*/ BluetoothGattService getService(UUID uuid, int instanceId, int type) { in getService() 405 for(BluetoothGattService svc : mServices) { in getService() 530 BluetoothGattService service = characteristic.getService(); in notifyCharacteristicChanged() [all …]
|
D | BluetoothGatt.java | 62 private List<BluetoothGattService> mServices; 211 mServices.add(new BluetoothGattService(mDevice, srvcUuid.getUuid(), 230 BluetoothGattService service = getService(mDevice, 232 BluetoothGattService includedService = getService(mDevice, 256 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(), 279 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(), 345 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(), 381 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(), 427 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(), 463 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(), [all …]
|
D | BluetoothGattCharacteristic.java | 210 protected BluetoothGattService mService; 239 /*package*/ BluetoothGattCharacteristic(BluetoothGattService service, in BluetoothGattCharacteristic() 245 private void initCharacteristic(BluetoothGattService service, in initCharacteristic() 302 public BluetoothGattService getService() { in getService() 310 /*package*/ void setService(BluetoothGattService service) { in setService()
|
D | BluetoothGattServerCallback.java | 46 public void onServiceAdded(int status, BluetoothGattService service) { in onServiceAdded()
|
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/ |
D | BluetoothMidiDevice.java | 24 import android.bluetooth.BluetoothGattService; 115 List<BluetoothGattService> services = mBluetoothGatt.getServices(); 116 for (BluetoothGattService service : services) {
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | bluetooth-le.jd | 29 <li>{@link android.bluetooth.BluetoothGattService}</li> 521 private void displayGattServices(List<BluetoothGattService> gattServices) { 536 for (BluetoothGattService gattService : gattServices) {
|
/frameworks/base/api/ |
D | current.txt | 6720 method public android.bluetooth.BluetoothGattService getService(java.util.UUID); 6721 method public java.util.List<android.bluetooth.BluetoothGattService> getServices(); 6769 method public android.bluetooth.BluetoothGattService getService(); 6830 method public boolean addService(android.bluetooth.BluetoothGattService); 6838 method public android.bluetooth.BluetoothGattService getService(java.util.UUID); 6839 method public java.util.List<android.bluetooth.BluetoothGattService> getServices(); 6841 method public boolean removeService(android.bluetooth.BluetoothGattService); 6855 method public void onServiceAdded(int, android.bluetooth.BluetoothGattService); 6858 public class BluetoothGattService { 6859 ctor public BluetoothGattService(java.util.UUID, int); [all …]
|
D | system-current.txt | 6940 method public android.bluetooth.BluetoothGattService getService(java.util.UUID); 6941 method public java.util.List<android.bluetooth.BluetoothGattService> getServices(); 6989 method public android.bluetooth.BluetoothGattService getService(); 7050 method public boolean addService(android.bluetooth.BluetoothGattService); 7058 method public android.bluetooth.BluetoothGattService getService(java.util.UUID); 7059 method public java.util.List<android.bluetooth.BluetoothGattService> getServices(); 7061 method public boolean removeService(android.bluetooth.BluetoothGattService); 7075 method public void onServiceAdded(int, android.bluetooth.BluetoothGattService); 7078 public class BluetoothGattService { 7079 ctor public BluetoothGattService(java.util.UUID, int); [all …]
|