BLE4.0,如何才能监听蓝牙广播模式com.example.bluetooth.le.ACTION_DATA_AVAILABLE获取数据?

1、我是通过plus.bluetooth.createBLEConnection完成蓝牙连接的
使用device.createInsecureRfcommSocketToServiceRecord(uuid);连接是报错的

2、注册filterScan.addAction("com.example.bluetooth.le.ACTION_DATA_AVAILABLE");监听,但没有响应

https://www.cnblogs.com/asam/p/8676339.html