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§
enum ble_gatt_register_fn {
None,
Some(unsafe extern "C" fn(_: *mut ble_gatt_register_ctxt, _: *mut c_void)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut ble_gatt_register_ctxt, _: *mut c_void))
Some value of type T.