Function esp_idf_svc::sys::esp_ble_gatts_close

source ยท
pub unsafe extern "C" fn esp_ble_gatts_close(
    gatts_if: u8,
    conn_id: u16,
) -> i32
Expand description

@brief Close a connection a remote device.

@param[in] gatts_if: GATT server access interface @param[in] conn_id: connection ID to be closed.

@return - ESP_OK : success - other : failed