Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Dtransport_layer.c296 …uint8_t status_offset = (buffer_out[1] == 0x0E) ? 6 : 3; /* 0x0E: command complete, 0x0F: command … in transport_layer_tick() local
300 if ((*(buffer_out+status_offset) != BLE_ERROR_CONTROLLER_BUSY) || (opcode == 0xfd82)) in transport_layer_tick()