OStack程序员社区-中国程序员成长平台

标题: iphone - BluetoothManager 框架通知列表 [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-13 13:50
标题: iphone - BluetoothManager 框架通知列表

我想获取 BluetoothManager 私有(private)框架的所有通知。我一直在搜索,但只找到了两个(BluetoothAvailabilityChangedNotification 和 BluetoothDeviceDiscoveredNotification)。 我对报告 iphone 是否连接/断开设备的通知很感兴趣。如果有人能给我一份所有通知的列表,我将不胜感激。



Best Answer-推荐答案


我没有完整的列表,但这些是您感兴趣的:

BluetoothDeviceConnectFailedNotification
BluetoothDeviceConnectSuccessNotification
BluetoothDeviceDisconnectFailedNotification // haven't confirmed this one
BluetoothDeviceDisconnectSuccessNotification

还有一些其他的:

BluetoothConnectabilityChangedNotification // fires when bluetooth is turned on/off
BluetoothAvailabilityChangedNotification // seems to fire once at app start)
BluetoothPowerChangedNotification
BluetoothDeviceDiscoveredNotification
BluetoothDeviceRemovedNotification
BluetoothPairingUserNumericComparisionNotification
BluetoothPairingPINResultSuccessNotification

关于iphone - BluetoothManager 框架通知列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10674372/






欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) Powered by Discuz! X3.4