mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 1225785: Fix WriteRequested mismatch; r=jocelyn
This commit is contained in:
parent
b590a231ef
commit
ab7cea57cc
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user