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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java541 void onClientRegistered(int status, int clientIf, long uuidLsb, long uuidMsb) method in class:GattService
544 if (DBG) Log.d(TAG, "onClientRegistered() - UUID=" + uuid + ", clientIf=" + clientIf);
549 app.callback.onClientRegistered(status, clientIf);

Completed in 10 milliseconds