Android 我想知道onClientConnParamsChanged()何时何地出现在日志中

Android 我想知道onClientConnParamsChanged()何时何地出现在日志中,android,bluetooth-lowenergy,bluetooth-gatt,Android,Bluetooth Lowenergy,Bluetooth Gatt,我开发了一个使用ble的应用程序。 我使用Eclipse作为开发工具 我的“使用ble的应用程序”安装在我的智能手机上。 我把我的智能手机和电脑连接到usb。 然后在我的智能手机上,我启动了我开发的“使用ble的应用程序” 我在Eclipse的Logcat上找到了以下日志 D/BluetoothGatt(25463):onClientConnParamsChanged()- 设备=98:7B:F3:52:48:11间隔=39状态=0 D/BluetoothGatt(25463):onClient

我开发了一个使用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()何时何地出现在日志中。

我已经玩过
BluetoothGatt
,所以我决定挖掘一些东西来尝试提供答案。我在AOSP中找不到此日志

因此,我建议从亚洲开发银行获得该流程:

亚洲开发银行壳牌公司ps 25463

“25463”是您在日志中看到的PID。至少你知道是谁打印的