Decoder for serialized DTM commands from the Application Chip. More...
Functions |
|
| uint32_t | ser_conn_dtm_command_process (uint8_t *p_command, uint16_t command_len) |
|
A function for processing the encoded DTM commands from the Application Chip.
More...
|
|
| void | ser_conn_is_ready_to_enter_dtm (void) |
|
A function for checking if the Connectivity Chip is ready to enter the DTM mode.
More...
|
|
Detailed Description
Decoder for serialized DTM commands from the Application Chip.
This file contains declaration of common function used for DTM commands decoding and sending responses back to the Application Chip after a DTM command is processed.
Function Documentation
| uint32_t ser_conn_dtm_command_process | ( | uint8_t * | p_command , |
| uint16_t | command_len | ||
| ) |
A function for processing the encoded DTM commands from the Application Chip.
The function decodes encoded DTM commands and calls the appropriate DTM API. Then creates a DTM Command Response packet with the return value from the DTM API encoded in it and sends it to the Application Chip.
- Parameters
-
[in] p_command The encoded command. [in] command_len Length of the encoded command.
- Return values
-
NRF_SUCCESS If the decoding of the command was successful, the DTM API was called, and the command response was sent to peer, otherwise an error code.
| void ser_conn_is_ready_to_enter_dtm | ( | void | ) |
A function for checking if the Connectivity Chip is ready to enter the DTM mode.
The function checks if the Connectivity Chip is ready to enter into DTM mode. If it is ready, then it disables the SoftDevice, closes HAL Transport Layer, and starts DTM mode.