diff options
author | Mario Tokarz <mario.tokarz@bmw-carit.de> | 2011-08-03 13:48:29 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-08-03 14:43:38 +0200 |
commit | 949c129e17c7661eae8d5084c918ad7ffbb80f70 (patch) | |
tree | 1e153eca62bf4707517c4b0984feb9dad9bfa1c9 /plugins | |
parent | 868b4489f9c9fafbaa5a88707f57a408ec00a01c (diff) | |
download | ofono-949c129e17c7661eae8d5084c918ad7ffbb80f70.tar.bz2 |
bluetooth: Add UUID for DUN.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/bluetooth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/bluetooth.h b/plugins/bluetooth.h index 7f9f8101..6b3fef25 100644 --- a/plugins/bluetooth.h +++ b/plugins/bluetooth.h @@ -27,6 +27,7 @@ #define DBUS_TIMEOUT 15 +#define DUN_GW_UUID "00001103-0000-1000-8000-00805f9b34fb" #define HFP_AG_UUID "0000111f-0000-1000-8000-00805f9b34fb" #define HFP_HS_UUID "0000111e-0000-1000-8000-00805f9b34fb" |