Loading android/app/src/com/android/bluetooth/btservice/AdapterService.java +1 −0 Original line number Diff line number Diff line Loading @@ -2481,6 +2481,7 @@ public class AdapterService extends Service { private void dumpJava(FileDescriptor fd) { BluetoothProto.BluetoothLog log = new BluetoothProto.BluetoothLog(); log.setNumBondedDevices(getBondedDevices().length); for (ProfileService profile : mProfiles) { profile.dumpProto(log); Loading android/app/src/com/android/bluetooth/btservice/bluetooth.proto +3 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,9 @@ message BluetoothLog { // Scan event information. repeated ScanEvent scan_event = 4; // Number of bonded devices. optional int32 num_bonded_devices = 5; } // The information about the device. Loading Loading
android/app/src/com/android/bluetooth/btservice/AdapterService.java +1 −0 Original line number Diff line number Diff line Loading @@ -2481,6 +2481,7 @@ public class AdapterService extends Service { private void dumpJava(FileDescriptor fd) { BluetoothProto.BluetoothLog log = new BluetoothProto.BluetoothLog(); log.setNumBondedDevices(getBondedDevices().length); for (ProfileService profile : mProfiles) { profile.dumpProto(log); Loading
android/app/src/com/android/bluetooth/btservice/bluetooth.proto +3 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,9 @@ message BluetoothLog { // Scan event information. repeated ScanEvent scan_event = 4; // Number of bonded devices. optional int32 num_bonded_devices = 5; } // The information about the device. Loading