标签: ios xcode swift
有没有人知道如何检查蓝牙是否已连接iOS? 我只是想检查连接,而不是尝试连接。
答案 0 :(得分:3)
您可能会使用CBCentralManager。您可以使用retrieveConnectedPeripheralsWithServices获取基于其服务UUID连接的内容列表。如果您只想知道蓝牙是打开还是关闭,请检查CBCentralManager实例的state属性,以确定它是否已打开或关闭。
CBCentralManager
retrieveConnectedPeripheralsWithServices
state