ble_gatts_peer_cl_sup_feat_update() function
Saves Client Supported Features for specified connection.
Arguments
conn_handle
Connection handle identifying connection for which Client Supported Features should be saved
om
The mbuf chain to set value from.
Return value
0 on success; BLE_HS_ENOTCONN if no matching connection was found BLE_HS_EINVAL if supplied buffer is empty or if any Client Supported Feature was attempted to be disabled. A BLE host core return code on unexpected error.