diff options
-rw-r--r-- | binding/bluetooth-api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binding/bluetooth-api.c b/binding/bluetooth-api.c index 5c123e3..022ac28 100644 --- a/binding/bluetooth-api.c +++ b/binding/bluetooth-api.c @@ -1088,7 +1088,7 @@ static const struct afb_verb_v3 bluetooth_verbs[] = { * description of the binding for afb-daemon */ const struct afb_binding_v3 afbBindingV3 = { - .api = "bluetooth-manager", + .api = "Bluetooth-Manager", .specification = "bluetooth manager API", .verbs = bluetooth_verbs, .init = init, |