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

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

Completed in 288 milliseconds