NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
bt_hc_callbacks_t Struct Reference

Description

Definition at line 127 of file bt_hci_lib.h.

Public Attributes

size_t size
 
preload_result_cb preload_cb
 
postload_result_cb postload_cb
 
lpm_result_cb lpm_cb
 
hostwake_ind_cb hostwake_ind
 
alloc_mem_cb alloc
 
dealloc_mem_cb dealloc
 
data_ind_cb data_ind
 
tx_result_cb tx_result
 

Member Data Documentation

◆ size

size_t bt_hc_callbacks_t::size

set to sizeof(bt_hc_callbacks_t)

Definition at line 129 of file bt_hci_lib.h.

◆ preload_cb

preload_result_cb bt_hc_callbacks_t::preload_cb

Definition at line 132 of file bt_hci_lib.h.

◆ postload_cb

postload_result_cb bt_hc_callbacks_t::postload_cb

Definition at line 135 of file bt_hci_lib.h.

◆ lpm_cb

lpm_result_cb bt_hc_callbacks_t::lpm_cb

Definition at line 138 of file bt_hci_lib.h.

◆ hostwake_ind

hostwake_ind_cb bt_hc_callbacks_t::hostwake_ind

Definition at line 141 of file bt_hci_lib.h.

◆ alloc

alloc_mem_cb bt_hc_callbacks_t::alloc

Definition at line 144 of file bt_hci_lib.h.

◆ dealloc

dealloc_mem_cb bt_hc_callbacks_t::dealloc

Definition at line 147 of file bt_hci_lib.h.

◆ data_ind

data_ind_cb bt_hc_callbacks_t::data_ind

Definition at line 150 of file bt_hci_lib.h.

◆ tx_result

tx_result_cb bt_hc_callbacks_t::tx_result

Definition at line 153 of file bt_hci_lib.h.