Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dble_status.h91 #define BLE_ERROR_CONTROLLER_BUSY ((tBleStatus)(0x3A)) macro
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Dtransport_layer.c300 if ((*(buffer_out+status_offset) != BLE_ERROR_CONTROLLER_BUSY) || (opcode == 0xfd82)) in transport_layer_tick()
Daci_adv_nwk.c97 return BLE_ERROR_CONTROLLER_BUSY; in allocate_and_set_data_legacy()