![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| uint32_t ble_conn_params_att_mtu_get | ( | uint16_t | conn_handle, |
| uint16_t * | att_mtu ) |
#include <ble_conn_params.h>
Retrieve the current ATT MTU for a given connection.
| conn_handle | Handle to the connection. | |
| [out] | att_mtu | The ATT MTU value. |
| NRF_SUCCESS | On success. |
| NRF_ERROR_INVALID_PARAM | Invalid connection handle. |
| NRF_ERROR_NULL | att_mtu is NULL. |