提交 21061df3 编写于 作者: P Peter Hurley 提交者: Gustavo F. Padovan

Bluetooth: Add LE link type for debugfs output

Add LE link type as known connection type for debugfs stringizing
output.
Signed-off-by: NPeter Hurley <peter@hurleysoftware.com>
Signed-off-by: NGustavo F. Padovan <padovan@profusion.mobi>
上级 f6422ec6
...@@ -23,6 +23,8 @@ static inline char *link_typetostr(int type) ...@@ -23,6 +23,8 @@ static inline char *link_typetostr(int type)
return "SCO"; return "SCO";
case ESCO_LINK: case ESCO_LINK:
return "eSCO"; return "eSCO";
case LE_LINK:
return "LE";
default: default:
return "UNKNOWN"; return "UNKNOWN";
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册