Function esp_idf_sys::ble_gatts_peer_cl_sup_feat_update
source ยท pub unsafe extern "C" fn ble_gatts_peer_cl_sup_feat_update(
conn_handle: u16,
om: *mut os_mbuf,
) -> c_int
Expand description
Saves Client Supported Features for specified connection.
@param conn_handle Connection handle identifying connection for which Client Supported Features should be saved @param om The mbuf chain to set value from.
@return 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.