#[repr(C, packed(1))]pub struct ble_hci_le_big_create_sync_cp {
pub big_handle: u8,
pub sync_handle: u16,
pub encryption: u8,
pub broadcast_code: [u8; 16],
pub mse: u8,
pub sync_timeout: u16,
pub num_bis: u8,
pub bis: __IncompleteArrayField<u8>,
}Fields§
§big_handle: u8§sync_handle: u16§encryption: u8§broadcast_code: [u8; 16]§mse: u8§sync_timeout: u16§num_bis: u8§bis: __IncompleteArrayField<u8>Trait Implementations§
Source§impl Default for ble_hci_le_big_create_sync_cp
impl Default for ble_hci_le_big_create_sync_cp
Source§fn default() -> ble_hci_le_big_create_sync_cp
fn default() -> ble_hci_le_big_create_sync_cp
Returns the “default value” for a type. Read more