* [Bluez PATCH] Adding missing op_code string conversion.
@ 2020-01-17 4:24 Alain Michaud
2020-01-17 20:44 ` Luiz Von Dentz
0 siblings, 1 reply; 2+ messages in thread
From: Alain Michaud @ 2020-01-17 4:24 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Alain Michaud
Adding the missing string conversion for MGMG_OP_SET_BLOCKED_KEYS.
---
lib/mgmt.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/mgmt.h b/lib/mgmt.h
index 276445d0a..101cf5f95 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -893,6 +893,7 @@ static const char *mgmt_op[] = {
"Set Appearance",
"Get PHY Configuration",
"Set PHY Configuration",
+ "Set Blocked Keys",
};
static const char *mgmt_ev[] = {
--
2.25.0.rc1.283.g88dfdc4193-goog
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [Bluez PATCH] Adding missing op_code string conversion.
2020-01-17 4:24 [Bluez PATCH] Adding missing op_code string conversion Alain Michaud
@ 2020-01-17 20:44 ` Luiz Von Dentz
0 siblings, 0 replies; 2+ messages in thread
From: Luiz Von Dentz @ 2020-01-17 20:44 UTC (permalink / raw)
To: Alain Michaud; +Cc: linux-bluetooth
Hi Alain,
On Thu, Jan 16, 2020 at 8:24 PM, Alain Michaud <alainm@chromium.org>
wrote:
> Adding the missing string conversion for MGMG_OP_SET_BLOCKED_KEYS.
> ---
>
> lib/mgmt.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/lib/mgmt.h b/lib/mgmt.h
> index 276445d0a..101cf5f95 100644
> --- a/lib/mgmt.h
> +++ b/lib/mgmt.h
> @@ -893,6 +893,7 @@ static const char *mgmt_op[] = {
> "Set Appearance",
> "Get PHY Configuration",
> "Set PHY Configuration",
> + "Set Blocked Keys",
> };
>
> static const char *mgmt_ev[] = {
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-01-17 20:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-17 4:24 [Bluez PATCH] Adding missing op_code string conversion Alain Michaud
2020-01-17 20:44 ` Luiz Von Dentz
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.