ble: update controller log module for ESP32-H2 and ESP32-C6

This commit is contained in:
luomanruo
2023-10-18 16:47:42 +08:00
committed by cjin
parent c9cf190847
commit 8f30d922ac
6 changed files with 104 additions and 36 deletions

View File

@@ -103,6 +103,14 @@ typedef enum {
ESP_BLE_ENHANCED_PWR_TYPE_MAX,
} esp_ble_enhanced_power_type_t;
/**
* @brief Select buffers
*/
typedef enum {
ESP_BLE_LOG_BUF_HCI = 0x02,
ESP_BLE_LOG_BUF_CONTROLLER = 0x05,
} esp_ble_log_buf_t;
/**
* @brief Address type and address value.
*/