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

@@ -116,6 +116,14 @@ typedef struct {
uint8_t val[6]; /*!< Array containing the 6-byte Bluetooth address value */
} esp_ble_addr_t;
/**
* @brief Select buffers
*/
typedef enum {
ESP_BLE_LOG_BUF_HCI = 0x02,
ESP_BLE_LOG_BUF_CONTROLLER = 0x05,
} esp_ble_log_buf_t;
/**
* @brief Set BLE TX power
* Connection Tx power should only be set after connection created.