gpt4 book ai didi

ios - 如何在 iOS 应用程序中连接到非广告服务 UUID 的 BLE 设备

转载 作者:行者123 更新时间:2023-11-28 14:03:08 27 4
gpt4 key购买 nike

我正在尝试通过 BLE 将 ESP32 模块连接到我的 iPhone 并使用 centralManager.scanForPeripherals(withServices: [carServiceCBUUID], options: nil) 其中 let carServiceCBUUID = CBUUID(string : "c0de0001-feed-f00d-c0ff-eeb3d05ebeef")。我正在关注 Ray Wenderlich 的心脏监护仪教程,但由于 ESP32 蓝牙模块未公布主要服务 UUID,因此当我执行 scanForPeripherals 时它找不到设备。附上BLE设备上LightBlue信息的截图。有什么方法可以更改广告数据以便宣传该服务?我在 ESP32 上运行这段代码 https://thejeshgn.com/2018/06/11/esp32-ble-building-an-echo-service-gatt-server/

screenshot of LightBlue connection

最佳答案

根据 documentation of scanForPeripheralsWithServices:options: serviceUUIDs 参数可以是 nil - 在这种情况下

all discovered peripherals are returned regardless of their supported services (not recommended)

因此,除非您计划在应用程序处于后台时使用后台模式进行扫描,否则您可以将 nil 作为 serviceUUIDs 参数传递

关于ios - 如何在 iOS 应用程序中连接到非广告服务 UUID 的 BLE 设备,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53327666/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com