Loading android/app/src/com/android/bluetooth/btservice/AdapterService.java +8 −0 Original line number Diff line number Diff line Loading @@ -4793,6 +4793,14 @@ public class AdapterService extends Service { } if (setData) { msg.setData(remoteOobDatasBundle); } else { MetricsLogger.getInstance() .logBluetoothEvent( device, BluetoothStatsLog .BLUETOOTH_CROSS_LAYER_EVENT_REPORTED__EVENT_TYPE__BONDING, BluetoothStatsLog.BLUETOOTH_CROSS_LAYER_EVENT_REPORTED__STATE__START, Binder.getCallingUid()); } mBondStateMachine.sendMessage(msg); return true; Loading Loading
android/app/src/com/android/bluetooth/btservice/AdapterService.java +8 −0 Original line number Diff line number Diff line Loading @@ -4793,6 +4793,14 @@ public class AdapterService extends Service { } if (setData) { msg.setData(remoteOobDatasBundle); } else { MetricsLogger.getInstance() .logBluetoothEvent( device, BluetoothStatsLog .BLUETOOTH_CROSS_LAYER_EVENT_REPORTED__EVENT_TYPE__BONDING, BluetoothStatsLog.BLUETOOTH_CROSS_LAYER_EVENT_REPORTED__STATE__START, Binder.getCallingUid()); } mBondStateMachine.sendMessage(msg); return true; Loading