msgcreate
msgcreate -meta ?CLASS? ?TYPE? USERECOVERDB ?data?
This command creates a new message.
CLASS
specifies an hci message class: engine or protocol.TYPE
specifies an hci message type: data or reply.USERECOVERDB
specifies that the message undergoes normal recovery database processing when it leaves the interpreter and enters the engine.
By default, new messages are TYPE
data,
CLASS
engine, and not handled by the recovery
database.
If specified, then data is the initial data value for the new message.
This command returns the new message handle.