Home
last modified time | relevance | path

Searched refs:retIsControllerActive (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-3.4.0/bless/
Dcy_ble_controller.c526 cy_en_ble_api_result_t retIsControllerActive; in Cy_BLE_ControllerDeepSleepCallback() local
543retIsControllerActive = Cy_BLE_MappingIsControllerActive(CY_BLE_CONTROLLER_SLEEP_MODE_DEEPSLEEP); in Cy_BLE_ControllerDeepSleepCallback()
546 && (retIsControllerActive == CY_BLE_SUCCESS)) in Cy_BLE_ControllerDeepSleepCallback()
559retIsControllerActive = Cy_BLE_MappingIsControllerActive(CY_BLE_CONTROLLER_SLEEP_MODE_SLEEP); in Cy_BLE_ControllerDeepSleepCallback()
560 … if((blessState != CY_BLE_BLESS_STATE_EVENT_CLOSE) && (retIsControllerActive == CY_BLE_SUCCESS)) in Cy_BLE_ControllerDeepSleepCallback()
Dcy_ble.c928 cy_en_ble_api_result_t retIsControllerActive; in Cy_BLE_DeepSleepCallbackSingleCore() local
945retIsControllerActive = Cy_BLE_MappingIsControllerActive(CY_BLE_CONTROLLER_SLEEP_MODE_DEEPSLEEP); in Cy_BLE_DeepSleepCallbackSingleCore()
948 && (retIsControllerActive == CY_BLE_SUCCESS)) in Cy_BLE_DeepSleepCallbackSingleCore()
961retIsControllerActive = Cy_BLE_MappingIsControllerActive(CY_BLE_CONTROLLER_SLEEP_MODE_SLEEP); in Cy_BLE_DeepSleepCallbackSingleCore()
964 (retIsControllerActive == CY_BLE_SUCCESS)) in Cy_BLE_DeepSleepCallbackSingleCore()