HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
Loading...
Searching...
No Matches
hf_bluetooth_classic_config_t Struct Reference

Bluetooth Classic configuration structure. More...

#include <BaseBluetooth.h>

Public Attributes

std::string device_name
 
bool discoverable
 
bool connectable
 
uint32_t discovery_timeout_ms
 
hf_bluetooth_security_t security
 

Detailed Description

Bluetooth Classic configuration structure.

Member Data Documentation

◆ connectable

bool hf_bluetooth_classic_config_t::connectable

Make device connectable

◆ device_name

std::string hf_bluetooth_classic_config_t::device_name

Local device name

◆ discoverable

bool hf_bluetooth_classic_config_t::discoverable

Make device discoverable

◆ discovery_timeout_ms

uint32_t hf_bluetooth_classic_config_t::discovery_timeout_ms

Discovery timeout in milliseconds

◆ security

hf_bluetooth_security_t hf_bluetooth_classic_config_t::security

Security level


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