Searched defs:RCL_CMD_BLE5_INITIATOR_t (Results 1 – 1 of 1) sorted by relevance
336 struct RCL_CMD_BLE5_INITIATOR_t { struct337 RCL_Command common;338 RCL_Ble5Channel channel; /*!< Channel index */339 RCL_Command_TxPower txPower; /*!< Transmit power */340 …WaitTime; /*!< Maximum time to wait for AuxPtr before ending command (1 us units). 0: No limit */341 bool dynamicWinOffset; /*!< Window offset processing. 0: Fixed. 1: Dynamic */342 bool acceptLegacy : 1; /*!< Accept legacy advertising. 0: Do not accept. 1: Accept */343 bool acceptExtended : 1; /*!< Accept extended advertising. 0: Do not accept. 1: Accept */344 …ow offset, wanted connect time is given as input. In all cases, actual connect time is returned. */345 RCL_CtxScanInit *ctx; /*!< Pointer to context structure */[all …]