/pps/services/bluetooth/messages/status

Status object for Bluetooth messages

Publishers
Bluetooth Manager
Subscribers
Any app

Overview

The Bluetooth Manager uses this status object to publish the results of commands sent to the /pps/services/bluetooth/messages/control object.

Attributes

Attribute Values
device
  • MAC address of the connected device
state
  • CONNECTED
  • CONNECTING (processing the initial sync)
  • DISCONNECTED
  • UNINITIALIZED (shown if an error occurred at startup)
status
  • COMPLETE
  • ERROR_BUSY (occurs when the Bluetooth Manager is already busy processing another command)
  • ERROR_COMMAND_NOT_KNOWN
  • ERROR_NOT_CONNECTED (occurs when a command is received and there's no connection)
  • FAILED
  • PROCESSING