pub fn make_hci_cmd(opcode: u16, params: &[u8]) -> ([u8; 64], usize)
Build helper to push (pkt_type, opcode, params) into an ESP-Hosted frame. Construct the opcode from OGF and OCF, using make_hci_opcode().
make_hci_opcode()