resend_errordb

resend_errordb mid [file_name len10|nl|eof]

Resends messages from the error database.

  • mid is the message ID in the error database.
  • file_name is the name of the file to be used to resend as message content.

    The file name is optional and only necessary when the message content is different. If the message content is the same, then the message content from the error database is reused.

    When the file name is specified, the message data is replaced with the data from the file.

  • len10|nl|eof are the ways to read the file. This is necessary only when a file name is specified.

Example

To resend a message in the error database with the message ID [0.0.3659], the command is:

hcicmd -p process_name -c ". resend_errordb [0.0.3659]"

You can also use:

hcicmd -p process_name -c ". resend_errordb 3695"

To resend a message with modified content, save the modified content in the file myMessage.txt and then resend it, the command is:

hcicmd -p process_name -c ". resend_errordb 3695 myMessage.txt eof"

When Message is resent, it is re-queued.

When the message is re-queued, the message is removed from the error database. The re-queued message is given a new MID, but its Source MID is the original message's source MID.