nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches

◆ ble_conn_params_att_mtu_get()

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.

Parameters
conn_handleHandle to the connection.
[out]att_mtuThe ATT MTU value.
Return values
NRF_SUCCESSOn success.
NRF_ERROR_INVALID_PARAMInvalid connection handle.
NRF_ERROR_NULLatt_mtu is NULL.