commit | 1bdac9e98c1ef37ba568b6cf23bfbc09cfe6bf15 | [log] [tgz] |
---|---|---|
author | San Mehat <san@google.com> | Thu Jan 21 14:03:06 2010 -0800 |
committer | San Mehat <san@google.com> | Thu Jan 21 14:03:21 2010 -0800 |
tree | c7e0bfb722f1fec00f58be414ae726e8254a3e28 | |
parent | 1881762f345d011d079ee318d31f0a8d8ee5891e [diff] [blame] |
netd: Add preliminary support for BT PAN Signed-off-by: San Mehat <san@google.com>
diff --git a/ResponseCode.h b/ResponseCode.h index 6c1c238..cf818ae 100644 --- a/ResponseCode.h +++ b/ResponseCode.h
@@ -32,6 +32,7 @@ static const int CommandOkay = 200; static const int TetherStatusResult = 210; static const int IpFwdStatusResult = 211; + static const int PanStatusResult = 212; // 400 series - The command was accepted but the requested action // did not take place.