Skip to content

[v4] system.bluetooth_devices

Rich Infante edited this page Apr 19, 2018 · 2 revisions

This report gets information bluetooth devices seen or paired to the target device.

  • Name: system.bluetooth_devices
  • Parameters
    • backup can be a string representing the ID, or a Backup instance.
  • Output: Array of objects, formatted like below.
{
  uuid: String, // String representing a unique ID for the device
  name: String, // The broadcasted name of the device (N/A) if not present.
  macAddress: String, // String representing the mac address. e.g. "12:34:56:AB:CD:EF"
  lastConnected: Number, // Number representing last connected time, format unknown.
  lastSeen: Number, // Number representing last seen time, format unknown.
  paired: String // Is paired? values: "Yes", "No"
}