我开发了一个使用 ble 的应用程序。我使用 Eclipse 作为开发工具。
我的“使用 ble 的应用程序”安装在我的智能手机上。我将智能手机和电脑连接到 USB。然后在我的智能手机上,我启动了我开发的“使用 ble 的应用程序”。
我在 Eclipse 的 Logcat 中找到了以下日志。
D/BluetoothGatt(25463): onClientConnParamsChanged() - 设备=98:7B:F3:52:48:11 间隔=39 状态=0
D/BluetoothGatt(25463): onClientConnParamsChanged() - 设备=98:7B:F3:52:48:11 间隔=16 状态=0
我可以从我找到的日志中想到它。此日志由我的应用程序显示。并且执行了 BluetoothGatt.class 的 onClientConnParamsChanged() 方法。
但我在 BluetoothGatt.class 中找不到 onClientConnParamsChanged()。我想知道 onClientConnParamsChanged() 何时何地出现在日志中。