Bug 1225785: Fix WriteRequested mismatch; r=jocelyn

This commit is contained in:
Bruce Sun 2015-11-19 14:26:23 +08:00
parent b590a231ef
commit ab7cea57cc

View File

@ -3748,7 +3748,7 @@ BluetoothGattManager::RequestWriteNotification(
value.AppendElements(aValue, aLength);
AppendNamedValue(properties, "Value", value);
bs->DistributeSignal(NS_LITERAL_STRING("WrtieRequested"),
bs->DistributeSignal(NS_LITERAL_STRING("WriteRequested"),
server->mAppUuid,
properties);
}