Type Alias esp_idf_sys::ble_l2cap_event_fn
source · pub type ble_l2cap_event_fn = Option<unsafe extern "C" fn(event: *mut ble_l2cap_event, arg: *mut c_void) -> c_int>;
Aliased Type§
enum ble_l2cap_event_fn {
None,
Some(unsafe extern "C" fn(_: *mut ble_l2cap_event, _: *mut c_void) -> i32),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut ble_l2cap_event, _: *mut c_void) -> i32)
Some value of type T
.