advertisements
iot/bluetooth/scanners/advertisements
Package: iot
Type: Directory
| Read-only Argument | Type | Description |
|---|---|---|
| device | enum | |
| pdu-type | enum (adv-ind | adv-direct-ind | adv-scan-ind | adv-noconn-ind | scan-rsp | unknown) { adv-ind:0, adv-direct-ind:1, adv-scan-ind:2, adv-noconn-ind:3, scan-rsp:4, unknown:5 } | |
| time | date | |
| epoch | num | Milliseconds since Unix Epoch |
| address-type | enum (public | random) { public:0, random:1 } | |
| address | macAddr | Advertiser Bluetooth address |
| rssi | num | Signal strength |
| length | num | Advertisement data length |
| data | string | Advertisement data in hex format |
| phy | enum (1M | 2M | CODED-S8 | CODED-S2 | NONE) { 1M:0, 2M:1, CODED-S8:2, CODED-S2:3, NONE:4 } | Advertisement primary PHY |
| phy-secondary | enum (1M | 2M | CODED-S8 | CODED-S2 | NONE) { 1M:0, 2M:1, CODED-S8:2, CODED-S2:3, NONE:4 } | Advertisement secondary PHY |
| legacy | bool | Advertisement legacy compatibility |
| filter-comment | string | Comment of the matching whitelist filter |