![]() |
nRF5 SDK
v15.3.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
Data to be transmitted to the connected master. More...
#include <ots_tx_buffer.h>
Data Fields | |
uint16_t | conn_handle |
Connection handle to be used when transmitting this message. | |
tx_request_t | type |
Type of this message (read or write message). | |
union { | |
uint16_t read_handle | |
Read request message. | |
write_params_t write_req | |
Write request message. | |
} | req |
union { | |
uint16_t read_handle | |
Read request message. | |
write_params_t write_req | |
Write request message. | |
} | req |
Data to be transmitted to the connected master.