/pps/services/bluetooth/messages/control

The Bluetooth Manager listens for commands from the HMI on this control object

Publishers
Any app
Subscribers
Bluetooth Manager

Overview

The results of commands sent to this control object are published to /pps/services/bluetooth/messages/status.

Commands

The control object accepts the following commands:

Command Parameters Description
DELETE
  • account_id (number from the MAP database)
  • message_handle (hex number ID)
  • message_status:b:true|false
Deletes or undeletes a message.
GET_FOLDER_LISTING
  • account_id (number from the MAP database)
Refreshes the folder listing and stores it in the DB.
GET_MSG
  • account_id (number from the MAP database)
  • message_handle (hex number ID)
Gets a specific, full message from the device and stores it in the DB.
GET_MSG_LISTING
  • account_id (number from the MAP database)
  • message_folder
Gets message listings (first 256 characters of the subject, the sender, etc.) for a specific folder and stores them in the DB.
INITIALIZATION_COMPLETE n/a An internal command used to signal the completion of the initialization.
SET_MSG_STATUS
  • account_id (number from the MAP database)
  • message_handle (hex number ID)
  • message_status:b:true|false
Sets a specific message as either read or unread.
UPDATE_INBOX
  • account_id (number from the MAP database)
Forces device to connect to and sync with the network, if possible.