Skip to content

Commit

Permalink
[Logs] android: use name LINK_SUPERVISION_TIMEOUT instead of CONNECTI…
Browse files Browse the repository at this point in the history
…ON_TIMEOUT
  • Loading branch information
chipweinberger committed Jan 31, 2024
1 parent 473dcfe commit 79d46a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2670,7 +2670,7 @@ private static String hciStatusString(int value) {
case 0x05: return "AUTHENTICATION_FAILURE"; // Pairing or authentication failed. This could be due to an incorrect PIN or Link Key.
case 0x06: return "PIN_OR_KEY_MISSING"; // Pairing failed because of a missing PIN
case 0x07: return "MEMORY_FULL"; // The Controller has run out of memory to store new parameters.
case 0x08: return "CONNECTION_TIMEOUT"; // The link supervision timeout has expired for a given connection.
case 0x08: return "LINK_SUPERVISION_TIMEOUT"; // The link supervision timeout has expired for a given connection.
case 0x09: return "CONNECTION_LIMIT_EXCEEDED"; // The Controller is already at its limit of the number of connections it can support.
case 0x0A: return "MAX_NUM_OF_CONNECTIONS_EXCEEDED"; // The Controller has reached the limit of connections
case 0x0B: return "CONNECTION_ALREADY_EXISTS"; // A connection to this device already exists
Expand Down

0 comments on commit 79d46a0

Please sign in to comment.