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

时间:2018-08-21 13:00:21

标签: android bluetooth-lowenergy bluetooth-gatt

我开发了一个使用ble的应用程序。 我当时使用Eclipse作为开发工具。

我的“使用ble的应用”已安装在我的智能手机上。 然后将智能手机和PC连接到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()何时何地出现在日志中。

1 个答案:

答案 0 :(得分:0)

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

所以我建议从亚行获得该程序:

  

adb shell ps 25463

“ 25463”是您在logcat中看到的PID。至少您会知道进行打印。