mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
component/bt: add more information and description for bluetooth modem sleep
Add remark that "EVED" mode for bluetooth modem sleep is only used for internal test
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
/* Sleep mode */
|
||||
#define BTDM_MODEM_SLEEP_MODE_NONE (0)
|
||||
#define BTDM_MODEM_SLEEP_MODE_ORIG (1)
|
||||
#define BTDM_MODEM_SLEEP_MODE_EVED (2)
|
||||
#define BTDM_MODEM_SLEEP_MODE_EVED (2) // sleep mode for BLE controller, used only for internal test.
|
||||
|
||||
/* Low Power Clock Selection */
|
||||
#define BTDM_LPCLK_SEL_XTAL (0)
|
||||
|
Reference in New Issue
Block a user