OSDN Git Service

Add RFCOMM result code string for an unspecified error.
authorSharvil Nanavati <sharvil@google.com>
Sun, 7 Dec 2014 22:15:09 +0000 (14:15 -0800)
committerAndre Eisenbach <eisenbach@google.com>
Mon, 16 Mar 2015 23:51:40 +0000 (16:51 -0700)
commit5e0abbae91d1f08c7daa8696f9ed3646b003ede2
treeb72cff89de384a6f33c74e86222d8cbc5573626f
parent1e8cb5671e16c1de2a430365ea65fac6affc69f5
Add RFCOMM result code string for an unspecified error.

The code enumerating the list of possible error codes is not
a C enum and the original authors skipped a value. As a result, the
table mapping error codes to strings is off by one after that skipped
value. I'm inserting a string for that error code even though it's not
defined so the strings line up with the actual error.
stack/rfcomm/port_api.c