[][src]Function apache_nimble_sys::ble_gattc_notify_custom

pub unsafe extern "C" fn ble_gattc_notify_custom(
    conn_handle: u16,
    att_handle: u16,
    om: *mut os_mbuf
) -> c_int

Sends a "free-form" characteristic notification. This function consumes the supplied mbuf regardless of the outcome.

@param conn_handle The connection over which to execute the procedure. @param chr_val_handle The attribute handle to indicate in the outgoing notification. @param txom The value to write to the characteristic.

@return 0 on success; nonzero on failure.