Range Measurement mode related prototypes and defines.
Functions | |
void | range_test_rx_cb (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 (void) |
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 (void) |
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 (void *arg) |
Initialization of Range Measurement mode in RANGE_TX_ON State. More... | |
void | range_test_tx_on_task (void) |
Application task handling Range Measurement when the node is in RANGE_TEST_TX_ON state, where both TX and RX is enabled. More... | |