Lines Matching full:bluetooth

34  * @brief Bluetooth mode for controller enable/disable
37 ESP_BT_MODE_IDLE = 0x00, /*!< Bluetooth is not running */
61 * @brief Bluetooth sleep mode
64 ESP_BT_SLEEP_MODE_NONE = 0, /*!< Bluetooth sleep mode disabled */
65 ESP_BT_SLEEP_MODE_1 = 1, /*!< Bluetooth sleep mode 1 */
69 * @brief Bluetooth sleep clock
80 * @brief antenna index used for bluetooth
218 uint16_t controller_task_stack_size; /*!< Bluetooth controller task stack size */
219 uint8_t controller_task_prio; /*!< Bluetooth controller task priority */
220 uint8_t controller_task_run_cpu; /*!< CPU num that Bluetooth controller task runs on */
249 * @brief Bluetooth controller enable/disable/initialised/de-initialised status
285 * @brief Bluetooth TX power level(index), it's just a index corresponding to power(dbm).
408 …ontroller memory is released, the process cannot be reversed. It means you cannot use the bluetooth
411 …* If your firmware will later upgrade the Bluetooth controller mode (BLE -> BT Classic or disabled…
433 …t once BT memory is released, the process cannot be reversed. It means you cannot use the bluetooth
436 …* If your firmware will later upgrade the Bluetooth controller mode (BLE -> BT Classic or disabled…
439 …* If you never intend to use bluetooth in a current boot-up cycle, you can call esp_bt_mem_release…
442 …* For example, if a user only uses bluetooth for setting the WiFi configuration, and does not use
443 …* In such cases, after receiving the WiFi configuration, you can disable/deinit bluetooth and rele…
458 * @brief enable bluetooth to enter modem sleep
462 …* There are currently two options for bluetooth modem sleep, one is ORIG mode, and another is EVED…
465Bluetooth modem sleep is enabled in controller start up by default if CONFIG_BTDM_CONTROLLER_MODEM…
475 * @brief disable bluetooth modem sleep
479 …* If esp_bt_sleep_disable() is called, bluetooth controller will not be allowed to enter modem sle…
481 …* If ORIG modem sleep mode is in use, if this function is called, bluetooth controller may not imm…
491 …* @brief to check whether bluetooth controller is sleeping at the instant, if modem sleep is enabl…
505 …* Note that after this request, bluetooth controller may again enter sleep as long as the modem sl…
508 …sed than the main XTAL, due to the lower frequency of the former as the bluetooth low power clock …
513 * @brief notify bluetooth controller task to process the event upon Tx or Rx done