Skip to content

Commit 87455ce

Browse files
committed
Fixed AndroidLowEnergyAdvertisementData
1 parent c1cf166 commit 87455ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AndroidBluetooth/AndroidAdvertisement.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extension AndroidLowEnergyAdvertisementData: AdvertisementData {
4343
}
4444

4545
/// The Manufacturer data of a peripheral.
46-
public var manufacturerData: GAPManufacturerSpecificData? {
46+
public var manufacturerData: ManufacturerSpecificData? {
4747

4848
let decoded = decode()
4949

0 commit comments

Comments
 (0)