wpan: add BLE HCI

This commit is contained in:
goueslati
2023-06-22 15:21:14 +01:00
parent 1f2be2dac5
commit cd4f8f13a2
9 changed files with 412 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ impl CmdPacket {
p_cmd_serial,
CmdSerialStub {
ty: packet_type as u8,
cmd_code: cmd_code,
cmd_code,
payload_len: payload.len() as u8,
},
);