Improve BLE reconnect and Aris advertising
This commit is contained in:
@@ -157,7 +157,7 @@ final class BlePeripheralManager: NSObject, ObservableObject {
|
||||
return
|
||||
}
|
||||
peripheral.startAdvertising([
|
||||
CBAdvertisementDataLocalNameKey: "GlassNow",
|
||||
CBAdvertisementDataLocalNameKey: "Aris",
|
||||
CBAdvertisementDataServiceUUIDsKey: [Self.serviceUUID],
|
||||
])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user