![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| uint32_t ble_conn_params_data_length_get | ( | uint16_t | conn_handle, |
| struct ble_conn_params_data_length * | dl ) |
#include <ble_conn_params.h>
Retrieve the current GAP data length for a given connection.
| conn_handle | Handle to the connection. | |
| [out] | dl | The data length value. |
| NRF_SUCCESS | On success. |
| NRF_ERROR_INVALID_PARAM | Invalid connection handle. |
| NRF_ERROR_NULL | data_length is NULL. |