ble_gatt_register_fn

Type Alias ble_gatt_register_fn 

Source
pub type ble_gatt_register_fn = Option<unsafe extern "C" fn(ctxt: *mut ble_gatt_register_ctxt, arg: *mut c_void)>;
Expand description

Type definition for GATT registration callback function.

Aliased Type§

pub enum ble_gatt_register_fn {
    None,
    Some(unsafe extern "C" fn(*mut ble_gatt_register_ctxt, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut ble_gatt_register_ctxt, *mut c_void))

Some value of type T.