|
LevelMeter-Display
2.0
An ultrasonic Level Meter for Stormwater Cisterns
|
Collects Status Information about Bluetooth in a single Unity. More...
Data Fields | |
| bool | haveBT |
| Do we have a Bluetooth module at all? More... | |
| bool | linkEstablished |
| Bluetooth link established. More... | |
| uint8_t | localPort |
| Number of the local port. More... | |
| uint8_t | remoteAddress [6] |
| Bluetooth address of the host. More... | |
| uint8_t | unknTelCnt |
| Number of unknown telegrams detected. More... | |
Collects Status Information about Bluetooth in a single Unity.
| bool haveBT |
Do we have a Bluetooth module at all?
Referenced by CmdStat(), and DoCflags().
| bool linkEstablished |
Bluetooth link established.
Referenced by DoCflags().
| uint8_t localPort |
Number of the local port.
Referenced by CmdStat(), and DoCflags().
| uint8_t remoteAddress[6] |
Bluetooth address of the host.
Referenced by CmdStat(), and DoCflags().
| uint8_t unknTelCnt |
Number of unknown telegrams detected.
Referenced by CmdStat(), and DoCflags().
1.8.15