Friday, 03 June 2022 21:37

Bluetooth LE Node Statistics

The Bluetooth low energy (LE) network simulation captures these statistics as a structure. This structure is returned as an output by the statistics object function of the bluetoothLENode object. The fields of this structure depend on the value of the Role property of the bluetoothLENode object.

Statistics of Central and Peripheral Nodes
If you set the Role property of the bluetoothLENode object to "central" or "peripheral", these are the fields of the structure.



Structure FieldDescription



App

Application statistics, returned as a structure. If the network contains multiple Peripheral nodes, this field returns an array of structures.



LL

Link layer (LL) statistics, returned as a structure. If the network contains multiple Peripheral nodes, this field returns an array of structures.



PHY

Physical layer (PHY) statistics, returned as a structure.





These are the fields of the App structure.



Structure FieldDescription



DestinationID
Destination node ID for the packets transmitted from the application layer


TransmittedPackets
Total number of packets transmitted by the application layer


TransmittedBytes
Total number of bytes transmitted from the application layer


ReceivedPackets
Total number of packets received at the application layer


ReceivedBytes
Total number of bytes received at the application layer


AveragePacketLatency
Average packet latency in seconds




These are the fields of the LL structure....

继续阅读完整内容

请查看下方广告以解锁文章剩余内容

广告加载中...
Read 55926 times