Type Alias flipperzero_sys::BleSvcEventHandlerCb
source · pub type BleSvcEventHandlerCb = Option<unsafe extern "C" fn(event: *mut c_void, context: *mut c_void) -> BleEventAckStatus>;Aliased Type§
enum BleSvcEventHandlerCb {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut c_void) -> u8),
}