fixed ble table cmd buffer being constant
This commit is contained in:
parent
0c07eef3a9
commit
0997021a05
@ -113,7 +113,7 @@ pub struct DeviceInfoTable {
|
||||
|
||||
#[repr(C, packed)]
|
||||
struct BleTable {
|
||||
pcmd_buffer: *const CmdPacket,
|
||||
pcmd_buffer: *mut CmdPacket,
|
||||
pcs_buffer: *const u8,
|
||||
pevt_queue: *const u8,
|
||||
phci_acl_data_buffer: *mut AclDataPacket,
|
||||
|
Loading…
Reference in New Issue
Block a user