ble: update controller log module for ESP32-C2

This commit is contained in:
luomanruo
2023-10-18 16:51:42 +08:00
committed by cjin
parent 8f30d922ac
commit 0b7cba39de
3 changed files with 52 additions and 19 deletions

View File

@@ -106,6 +106,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.
*/