Searched defs:beginServiceDeclaration (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java412 public void beginServiceDeclaration(int serverIf, int srvcType, method in class:GattService.BluetoothGattBinder
417 service.beginServiceDeclaration(serverIf, srvcType, srvcInstanceId,
1399 void beginServiceDeclaration(int serverIf, int srvcType, int srvcInstanceId, method in class:GattService
1403 if (DBG) Log.d(TAG, "beginServiceDeclaration() - uuid=" + srvcUuid);

Completed in 4645 milliseconds