|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include <IBluetoothController.h>
Public Attributes | |
| char | name [32] |
| uint8_t | mac [6] |
| uint8_t | addrType |
| int8_t | rssi |
| uint8_t | advData [31] |
| uint8_t | advDataLen |
BLE scan result with raw advertising data for module-specific parsing
Definition at line 13 of file IBluetoothController.h.
| uint8_t cdc::hal::BleScanResult::addrType |
Definition at line 16 of file IBluetoothController.h.
Referenced by host_ble_scan_results().
| uint8_t cdc::hal::BleScanResult::advData[31] |
Definition at line 18 of file IBluetoothController.h.
| uint8_t cdc::hal::BleScanResult::advDataLen |
Definition at line 19 of file IBluetoothController.h.
| uint8_t cdc::hal::BleScanResult::mac[6] |
Definition at line 15 of file IBluetoothController.h.
Referenced by cdc::ui::bleResolveMac().
| char cdc::hal::BleScanResult::name[32] |
Definition at line 14 of file IBluetoothController.h.
| int8_t cdc::hal::BleScanResult::rssi |
Definition at line 17 of file IBluetoothController.h.
Referenced by host_ble_scan_results().