我丢失了我的BT耳机,并试图确定他们最后一次连接到我的macbook,缩小时间窗口,并帮助搜索。
如何从系统日志中了解这一点?
我打开了Console.app,发现多次提到与BT设备的连接,格式如下:
com.apple.message.domain: com.apple.bluetooth.connect com.apple.message.host: 05AC 8290 com.apple.message.process:蓝色com.apple.message.device:未知名称com.apple.message.uuid: 0x001F com.apple.message.direction:传出com.apple.message.rssi: 127 com.apple.message.pairing: LE com.apple.message.rate: LE com.apple.message.sco: LE SenderMachUUID: 557 AF7B3-7829-380 F-83D7-684B2004E540
我如何确定哪些是连接到我的BT耳机(不是我的智能手机)?我知道连接到这台计算机的两个设备的MAC地址,但在日志中似乎没有提到它们。
发布于 2020-12-06 10:22:07
为了检查蓝牙日志,打开Console.app,例如按cmd
+ space
,然后键入"Console“并点击Enter
。
在Console.app中,您可以通过在搜索字段中键入“蓝牙”来过滤与蓝牙相关的消息。
在macOS Catalina上进行测试。
https://stackoverflow.com/questions/44467031
复制相似问题