Searched refs:addIncludedService (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DServiceDeclaration.java91 void addIncludedService(UUID uuid, int serviceType, int instance) { method in class:ServiceDeclaration
H A DGattService.java482 public void addIncludedService(int serverIf, int srvcType, method in class:GattService.BluetoothGattBinder
486 service.addIncludedService(serverIf, srvcType, srvcInstanceId,
1999 void addIncludedService(int serverIf, int srvcType, int srvcInstanceId, method in class:GattService
2003 if (DBG) Log.d(TAG, "addIncludedService() - uuid=" + srvcUuid);
2004 getActiveDeclaration().addIncludedService(srvcUuid, srvcType, srvcInstanceId);

Completed in 52 milliseconds