diff options
Diffstat (limited to 'binding/bluetooth-map-api.h')
-rw-r--r-- | binding/bluetooth-map-api.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binding/bluetooth-map-api.h b/binding/bluetooth-map-api.h index 906c360..d5b20a1 100644 --- a/binding/bluetooth-map-api.h +++ b/binding/bluetooth-map-api.h @@ -30,6 +30,7 @@ #define BLUEZ_OBEX_SESSION_INTERFACE BLUEZ_OBEX_SERVICE ".Session1" #define BLUEZ_OBEX_TRANSFER_INTERFACE BLUEZ_OBEX_SERVICE ".Transfer1" #define BLUEZ_OBEX_MESSAGE_INTERFACE BLUEZ_OBEX_SERVICE ".Message1" +#define BLUEZ_OBEX_MESSAGEACCESS_INTERFACE BLUEZ_OBEX_SERVICE ".MessageAccess1" #define BLUEZ_OBJECT_PATH "/" #define BLUEZ_OBEX_PATH "/org/bluez/obex" @@ -49,6 +50,7 @@ #define BLUEZ_AT_SESSION "session" #define BLUEZ_AT_TRANSFER "transfer" #define BLUEZ_AT_MESSAGE "message" +#define BLUEZ_AT_MESSAGEACCESS "message-access" struct map_state; |