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

  /frameworks/base/core/java/android/bluetooth/
BluetoothGattService.java 192 /*package*/ void addIncludedService(BluetoothGattService includedService) {
IBluetoothGatt.aidl 79 void addIncludedService(in int serverIf, in int srvcType,
BluetoothGattServer.java 544 mService.addIncludedService(mServerIf,
BluetoothGatt.java 227 service.addIncludedService(includedService);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ServiceDeclaration.java 81 void addIncludedService(UUID uuid, int serviceType, int instance) {
GattService.java 421 public void addIncludedService(int serverIf, int srvcType,
425 service.addIncludedService(serverIf, srvcType, srvcInstanceId,
    [all...]

Completed in 218 milliseconds