summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2020-03-27 11:42:55 -0700
committerBrian Gix <brian.gix@intel.com>2020-03-30 15:03:56 -0700
commit4100dede01cff6151fb30687ceef8705e143b6dc (patch)
tree032923bf5c376d457139202490b6a30387d2ed63 /test
parent5ab72c772f91666e6d497f4df87928c9184e9eff (diff)
downloadbluez-4100dede01cff6151fb30687ceef8705e143b6dc.tar.gz
mesh: Update UnprovisionedScan, AddNode & ScanResult
The following methods are modified to allow for future development: Interface org.bluez.mesh.Management1: Old: void UnprovisionedScan(uint16 seconds) New: void UnprovisionedScan(dict options) The options parameter is a dictionary with the following keys defined: uint16 Seconds Specifies number of seconds for scanning to be active. If set to 0 or if this key is not present, then the scanning will continue until UnprovisionedScanCancel() or AddNode() methods are called. other keys TBD Old: void AddNode(array{byte}[16] uuid) New: void AddNode(array{byte}[16] uuid, dict options) The options parameter is currently an empty dictionary Interface org.bluez.mesh.Provisioner1 Old: void ScanResult(int16 rssi, array{byte} data) New: void ScanResult(int16 rssi, array{byte} data, dict options) The options parameter is currently an empty dictionary
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions