Home
last modified time | relevance | path

Searched refs:ble_controller_status (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/controller/esp32c2/
Dbt.c204 static DRAM_ATTR esp_bt_controller_status_t ble_controller_status = ESP_BT_CONTROLLER_STATUS_IDLE; variable
749 if (ble_controller_status != ESP_BT_CONTROLLER_STATUS_IDLE) { in esp_bt_controller_init()
865 ble_controller_status = ESP_BT_CONTROLLER_STATUS_INITED; in esp_bt_controller_init()
903 …if ((ble_controller_status < ESP_BT_CONTROLLER_STATUS_INITED) || (ble_controller_status >= ESP_BT_… in esp_bt_controller_deinit()
935 ble_controller_status = ESP_BT_CONTROLLER_STATUS_IDLE; in esp_bt_controller_deinit()
948 if (ble_controller_status != ESP_BT_CONTROLLER_STATUS_INITED) { in esp_bt_controller_enable()
971 ble_controller_status = ESP_BT_CONTROLLER_STATUS_ENABLED; in esp_bt_controller_enable()
990 if (ble_controller_status < ESP_BT_CONTROLLER_STATUS_ENABLED) { in esp_bt_controller_disable()
1008 ble_controller_status = ESP_BT_CONTROLLER_STATUS_INITED; in esp_bt_controller_disable()
1084 if (ble_controller_status != ESP_BT_CONTROLLER_STATUS_IDLE) { in esp_bt_mem_release()
[all …]
/hal_espressif-latest/components/bt/controller/esp32c6/
Dbt.c185 static DRAM_ATTR esp_bt_controller_status_t ble_controller_status = ESP_BT_CONTROLLER_STATUS_IDLE; variable
837 if (ble_controller_status != ESP_BT_CONTROLLER_STATUS_IDLE) { in esp_bt_controller_init()
939 ble_controller_status = ESP_BT_CONTROLLER_STATUS_INITED; in esp_bt_controller_init()
982 if ((ble_controller_status < ESP_BT_CONTROLLER_STATUS_INITED) || in esp_bt_controller_deinit()
983 (ble_controller_status >= ESP_BT_CONTROLLER_STATUS_ENABLED)) { in esp_bt_controller_deinit()
1017 ble_controller_status = ESP_BT_CONTROLLER_STATUS_IDLE; in esp_bt_controller_deinit()
1030 if (ble_controller_status != ESP_BT_CONTROLLER_STATUS_INITED) { in esp_bt_controller_enable()
1050 ble_controller_status = ESP_BT_CONTROLLER_STATUS_ENABLED; in esp_bt_controller_enable()
1070 if (ble_controller_status < ESP_BT_CONTROLLER_STATUS_ENABLED) { in esp_bt_controller_disable()
1088 ble_controller_status = ESP_BT_CONTROLLER_STATUS_INITED; in esp_bt_controller_disable()
[all …]
/hal_espressif-latest/components/bt/controller/esp32h2/
Dbt.c182 static DRAM_ATTR esp_bt_controller_status_t ble_controller_status = ESP_BT_CONTROLLER_STATUS_IDLE; variable
819 if (ble_controller_status != ESP_BT_CONTROLLER_STATUS_IDLE) { in esp_bt_controller_init()
919 ble_controller_status = ESP_BT_CONTROLLER_STATUS_INITED; in esp_bt_controller_init()
961 if ((ble_controller_status < ESP_BT_CONTROLLER_STATUS_INITED) || in esp_bt_controller_deinit()
962 (ble_controller_status >= ESP_BT_CONTROLLER_STATUS_ENABLED)) { in esp_bt_controller_deinit()
995 ble_controller_status = ESP_BT_CONTROLLER_STATUS_IDLE; in esp_bt_controller_deinit()
1008 if (ble_controller_status != ESP_BT_CONTROLLER_STATUS_INITED) { in esp_bt_controller_enable()
1028 ble_controller_status = ESP_BT_CONTROLLER_STATUS_ENABLED; in esp_bt_controller_enable()
1048 if (ble_controller_status < ESP_BT_CONTROLLER_STATUS_ENABLED) { in esp_bt_controller_disable()
1066 ble_controller_status = ESP_BT_CONTROLLER_STATUS_INITED; in esp_bt_controller_disable()
[all …]