Type Alias esp_idf_svc::sys::esp_bt_hci_tl_callback_t

source ·
pub type esp_bt_hci_tl_callback_t = Option<unsafe extern "C" fn(_: *mut c_void, _: u8)>;
Expand description

@brief callback function for HCI Transport Layer send/receive operations

Aliased Type§

enum esp_bt_hci_tl_callback_t {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: u8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: u8))

Some value of type T.