mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
docs(ble): Added a name for BLE sleep clock accuracy enum
This commit is contained in:
parent
c20cc2d9b2
commit
73509ce16b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user