CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
ble_scan_result_t Struct Reference

One device from a central scan. More...

#include <host_api.h>

Public Attributes

uint8_t addr [6]
uint8_t addr_type
int8_t rssi
char name [32]

Detailed Description

One device from a central scan.

Definition at line 497 of file host_api.h.

Member Data Documentation

◆ addr

uint8_t ble_scan_result_t::addr[6]

Definition at line 498 of file host_api.h.

◆ addr_type

uint8_t ble_scan_result_t::addr_type

0 = public, 1 = random.

Definition at line 499 of file host_api.h.

Referenced by host_ble_scan_results().

◆ name

char ble_scan_result_t::name[32]

Definition at line 501 of file host_api.h.

Referenced by host_ble_scan_results().

◆ rssi

int8_t ble_scan_result_t::rssi

Definition at line 500 of file host_api.h.

Referenced by host_ble_scan_results().


The documentation for this struct was generated from the following file:
  • components/plugin_manager/include/plugin_manager/host_api.h