Bug 790136 - Added missing service uuids, r=qdot

This commit is contained in:
Eric Chou 2012-09-12 15:44:05 +08:00
parent f0a725e701
commit b5c8d6c62d

View File

@ -16,6 +16,8 @@ namespace BluetoothServiceUuid {
static unsigned long long AudioSource = 0x0000110A00000000;
static unsigned long long AdvAudioDist = 0x0000110D00000000;
static unsigned long long Headset = 0x0000110800000000;
static unsigned long long HeadsetAG = 0x0000111200000000;
static unsigned long long Handsfree = 0x0000111E00000000;
static unsigned long long HandsfreeAG = 0x0000111F00000000;
static unsigned long long BaseMSB = 0x0000000000001000;
@ -27,6 +29,7 @@ namespace BluetoothServiceUuidStr {
static const char* AudioSource = "0000110A-0000-1000-8000-00805F9B34FB";
static const char* AdvAudioDist = "0000110D-0000-1000-8000-00805F9B34FB";
static const char* Headset = "00001108-0000-1000-8000-00805F9B34FB";
static const char* HeadsetAG = "00001112-0000-1000-8000-00805F9B34FB";
static const char* Handsfree = "0000111E-0000-1000-8000-00805F9B34FB";
static const char* HandsfreeAG = "0000111F-0000-1000-8000-00805F9B34FB";
}