Bug 1225787: Fix wrong arguments of BluetoothGattInterface::AddCharacteristic; r=jocelyn

This commit is contained in:
Bruce Sun 2015-11-19 14:26:58 +08:00
parent 1c8d930d76
commit 6e745a862e

View File

@ -2072,8 +2072,8 @@ BluetoothGattManager::ServerAddCharacteristic(
server->mServerIf,
aServiceHandle,
aCharacteristicUuid,
aPermissions,
aProperties,
aPermissions,
new ServerAddCharacteristicResultHandler(server));
}