nRF51 SDK - S110 SoftDevice
|
Frame format encoding of the ble_dtm_init packet.
The ble_dtm_init is encoded without a operation code byte. Packet contains only DTM UART configuration (TX pin, RX pin and baud rate).
The order of the encoding is:
Length | Parameter | Value |
---|---|---|
1 byte | UART TX | DTM UART transmit pin. |
1 byte | UART RX | DTM UART receive pin. |
1 byte | UART Baudrate | DTM UART baud rate. |
Frame format encoding of the ble_dtm_init response packet:
Length | Parameter | Value |
---|---|---|
4 bytes | nRF Error Code | see ble_dtm_init |