ble_gattc_exchange_mtu

int
ble_gattc_exchange_mtu(
           uint16_t  conn_handle,
    ble_gatt_mtu_fn *cb,
               void *cb_arg
)

Description

Initiates GATT procedure: Exchange MTU.

Parameters

ParameterDescription
conn_handleThe connection over which to execute the procedure.
cbThe function to call to report procedure status updates; null for no callback.
cb_argThe optional argument to pass to the callback function.

Returned values

ValueCondition
0Success.
Core return codeUnexpected error.