mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
docs(ble): Added a name for BLE sleep clock accuracy enum
This commit is contained in:
@ -76,7 +76,7 @@ enum {
|
||||
ESP_BLE_SCA_50PPM, /*!< BLE SCA at 50 ppm */
|
||||
ESP_BLE_SCA_30PPM, /*!< BLE SCA at 30 ppm */
|
||||
ESP_BLE_SCA_20PPM, /*!< BLE SCA at 20 ppm */
|
||||
};
|
||||
} esp_ble_sca_t;
|
||||
|
||||
#ifdef CONFIG_BT_ENABLED
|
||||
/* While scanning, if the free memory value in controller is less than SCAN_SEND_ADV_RESERVED_SIZE,
|
||||
|
Reference in New Issue
Block a user