[][src]Function apache_nimble_sys::ble_gattc_indicate

pub unsafe extern "C" fn ble_gattc_indicate(
    conn_handle: u16,
    chr_val_handle: u16
) -> c_int

Sends a characteristic indication. The content of the message is read from the specified characteristic.

@param conn_handle The connection over which to execute the procedure. @param chr_val_handle The value attribute handle of the characteristic to include in the outgoing indication.

@return 0 on success; nonzero on failure.