diff options
author | Daniel Wagner <daniel.wagner@bmw-carit.de> | 2012-05-31 15:43:30 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-06-02 09:07:36 +0800 |
commit | 8f13cb2bebac63ffd653e3ace06d4e4aa073c74d (patch) | |
tree | 906e90b40f6ad08258e160cf6a4094d89fc7c2c2 /lib | |
parent | 5a82646b307c3dd0a5e19572e6deb1605b75bdc5 (diff) | |
download | bluez-8f13cb2bebac63ffd653e3ace06d4e4aa073c74d.tar.gz |
sap: Move UUID string definition to lib
Diffstat (limited to 'lib')
-rw-r--r-- | lib/uuid.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/uuid.h b/lib/uuid.h index 86679a9df..71af5ae6a 100644 --- a/lib/uuid.h +++ b/lib/uuid.h @@ -61,6 +61,8 @@ extern "C" { #define LINK_LOSS_UUID "00001803-0000-1000-8000-00805f9b34fb" #define TX_POWER_UUID "00001804-0000-1000-8000-00805f9b34fb" +#define SAP_UUID "0000112D-0000-1000-8000-00805f9b34fb" + typedef struct { enum { BT_UUID_UNSPEC = 0, |