flipperzero_sys

Type Alias cbBleGattCharacteristicData

Source
pub type cbBleGattCharacteristicData = Option<unsafe extern "C" fn(context: *const c_void, data: *mut *const u8, data_len: *mut u16) -> bool>;

Aliased Type§

enum cbBleGattCharacteristicData {
    None,
    Some(unsafe extern "C" fn(_: *const c_void, _: *mut *const u8, _: *mut u16) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const c_void, _: *mut *const u8, _: *mut u16) -> bool)

Some value of type T.