CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
cdc::hal::BleScanResult Struct Reference

#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

Detailed Description

BLE scan result with raw advertising data for module-specific parsing

Definition at line 13 of file IBluetoothController.h.

Member Data Documentation

◆ addrType

uint8_t cdc::hal::BleScanResult::addrType

Definition at line 16 of file IBluetoothController.h.

Referenced by host_ble_scan_results().

◆ advData

uint8_t cdc::hal::BleScanResult::advData[31]

Definition at line 18 of file IBluetoothController.h.

◆ advDataLen

uint8_t cdc::hal::BleScanResult::advDataLen

Definition at line 19 of file IBluetoothController.h.

◆ mac

uint8_t cdc::hal::BleScanResult::mac[6]

Definition at line 15 of file IBluetoothController.h.

Referenced by cdc::ui::bleResolveMac().

◆ name

char cdc::hal::BleScanResult::name[32]

Definition at line 14 of file IBluetoothController.h.

◆ rssi

int8_t cdc::hal::BleScanResult::rssi

Definition at line 17 of file IBluetoothController.h.

Referenced by host_ble_scan_results().


The documentation for this struct was generated from the following file: