summaryrefslogtreecommitdiffstats
path: root/src/com/android/bluetooth/btservice/bluetooth.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/bluetooth/btservice/bluetooth.proto')
-rw-r--r--src/com/android/bluetooth/btservice/bluetooth.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/android/bluetooth/btservice/bluetooth.proto b/src/com/android/bluetooth/btservice/bluetooth.proto
index 11311ea58..77ded7807 100644
--- a/src/com/android/bluetooth/btservice/bluetooth.proto
+++ b/src/com/android/bluetooth/btservice/bluetooth.proto
@@ -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.