From f05fd30507b218bd06d6ecdb5ddcd07de3927f82 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Mon, 29 Oct 2018 17:44:38 -0700 Subject: binding: bluetooth: add BLUEZ_DEFAULT_ADAPTER Bug-AGL: SPEC-1630 Change-Id: I8e55d273ab58992e6f6327523853c6d330505278 Signed-off-by: Matt Ranostay --- binding/bluetooth-api.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binding/bluetooth-api.h') diff --git a/binding/bluetooth-api.h b/binding/bluetooth-api.h index 8ab8135..31a1d76 100644 --- a/binding/bluetooth-api.h +++ b/binding/bluetooth-api.h @@ -65,6 +65,8 @@ #define BLUEZ_AT_AGENT "agent" #define BLUEZ_AT_AGENTMANAGER "agent-manager" +#define BLUEZ_DEFAULT_ADAPTER "hci0" + struct bluetooth_state; static inline gchar *bluez_return_adapter(const char *path) -- cgit 1.2.3-korg