#include <ble_advertising.h>
Definition at line 15 of file ble_advertising.h.
◆ BLEAdvertising()
esphome::esp32_ble::BLEAdvertising::BLEAdvertising |
( |
| ) |
|
◆ add_service_uuid()
void esphome::esp32_ble::BLEAdvertising::add_service_uuid |
( |
ESPBTUUID |
uuid | ) |
|
◆ remove_service_uuid()
void esphome::esp32_ble::BLEAdvertising::remove_service_uuid |
( |
ESPBTUUID |
uuid | ) |
|
◆ set_manufacturer_data()
void esphome::esp32_ble::BLEAdvertising::set_manufacturer_data |
( |
uint8_t * |
data, |
|
|
uint16_t |
size |
|
) |
| |
◆ set_min_preferred_interval()
void esphome::esp32_ble::BLEAdvertising::set_min_preferred_interval |
( |
uint16_t |
interval | ) |
|
|
inline |
◆ set_scan_response()
void esphome::esp32_ble::BLEAdvertising::set_scan_response |
( |
bool |
scan_response | ) |
|
|
inline |
◆ start()
void esphome::esp32_ble::BLEAdvertising::start |
( |
| ) |
|
◆ stop()
void esphome::esp32_ble::BLEAdvertising::stop |
( |
| ) |
|
◆ advertising_data_
esp_ble_adv_data_t esphome::esp32_ble::BLEAdvertising::advertising_data_ |
|
protected |
◆ advertising_params_
esp_ble_adv_params_t esphome::esp32_ble::BLEAdvertising::advertising_params_ |
|
protected |
◆ advertising_uuids_
std::vector<ESPBTUUID> esphome::esp32_ble::BLEAdvertising::advertising_uuids_ |
|
protected |
◆ scan_response_
bool esphome::esp32_ble::BLEAdvertising::scan_response_ |
|
protected |
◆ scan_response_data_
esp_ble_adv_data_t esphome::esp32_ble::BLEAdvertising::scan_response_data_ |
|
protected |
The documentation for this class was generated from the following files: