BleSvcEventHandlerCb

Type Alias BleSvcEventHandlerCb 

Source
pub type BleSvcEventHandlerCb = Option<unsafe extern "C" fn(event: *mut c_void, context: *mut c_void) -> BleEventAckStatus>;

Aliased Type§

pub enum BleSvcEventHandlerCb {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut c_void) -> BleEventAckStatus),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut c_void) -> BleEventAckStatus)

Some value of type T.