Functions | |
void | range_test_rx_cb (trx_id_t trx, frame_info_t *frame) |
Callback that is called if data has been received by trx when the node is in Range Measurement mode i.e RANGE_TEST_TX_ON or RANGE_TEST_TX_OFF. More... | |
void | range_test_tx_off_task (trx_id_t trx) |
Application task handling Range Measurement when the node is in RANGE_TEST_TX_OFF state, where no TX is enabled and only RX is ON. More... | |
void | range_test_tx_on_exit (trx_id_t trx) |
To exit the Application task from RANGE_TEST_TX_ON state, where both TX and RX is enabled. More... | |
void | range_test_tx_on_init (trx_id_t trx, void *arg) |
Initialization of Range Measurement mode in RANGE_TX_ON State. More... | |
void | range_test_tx_on_task (trx_id_t trx) |
Application task handling Range Measurement when the node is in RANGE_TEST_TX_ON state, where both TX and RX is enabled. More... | |