Home | History | Annotate | Download | only in gatt

Lines Matching defs:registerServer

693         public void registerServer(ParcelUuid uuid, IBluetoothGattServerCallback callback) {
698 service.registerServer(uuid.getUuid(), callback);
2799 void registerServer(UUID uuid, IBluetoothGattServerCallback callback) {
2803 Log.d(TAG, "registerServer() - UUID=" + uuid);