![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Data to be transmitted to the connected master. More...
#include <ancs_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 |
Data to be transmitted to the connected master.