HomeSort by relevance Sort by last modified time
    Searched refs:addIncludedService (Results 1 - 7 of 7) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ServiceDeclaration.java 89 void addIncludedService(UUID uuid, int serviceType, int instance) {
GattService.java 498 public void addIncludedService(int serverIf, int srvcType,
502 service.addIncludedService(serverIf, srvcType, srvcInstanceId,
779 currSrvc.addIncludedService(new BluetoothGattService(el.uuid, el.id, el.type));
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattService.java 281 public void addIncludedService(BluetoothGattService includedService) {
IBluetoothGatt.aidl 74 void addIncludedService(in int serverIf, in int srvcType,
BluetoothGatt.java 230 fixedService.addIncludedService(includedService);
    [all...]
BluetoothGattServer.java 580 mService.addIncludedService(mServerIf,
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 

Completed in 1323 milliseconds