标签: android bluetooth
我现在正在做的是尝试同时扫描BLE和经典蓝牙设备。据我所知,我可以通过使用:
BluetoothAdapter.getDefaultAdapter().startDiscovery()并通过之前注册的BroadcastReceiver接收意图。它工作正常,我可以区分经典和LE设备,但我在广告包中有一些有价值的数据,我不知道如何从传入的Intent获得它。欣赏任何想法。
BluetoothAdapter.getDefaultAdapter().startDiscovery()
BroadcastReceiver
Intent