mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 19:10:36 +00:00
Bug 790136 - Added missing service uuids, r=qdot
This commit is contained in:
parent
f0a725e701
commit
b5c8d6c62d
@ -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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user