mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-28 22:54:14 +08:00
lib/uuid: Add define for Scan Parameter UUID
This commit is contained in:
parent
bc29b7834e
commit
0df04a3f3a
@ -60,6 +60,7 @@ extern "C" {
|
||||
#define IMMEDIATE_ALERT_UUID "00001802-0000-1000-8000-00805f9b34fb"
|
||||
#define LINK_LOSS_UUID "00001803-0000-1000-8000-00805f9b34fb"
|
||||
#define TX_POWER_UUID "00001804-0000-1000-8000-00805f9b34fb"
|
||||
#define SCAN_PARAMETERS_UUID "00001813-0000-1000-8000-00805f9b34fb"
|
||||
|
||||
#define SAP_UUID "0000112D-0000-1000-8000-00805f9b34fb"
|
||||
|
||||
|
@ -42,8 +42,6 @@
|
||||
#include "attrib/gatt.h"
|
||||
#include "src/attio.h"
|
||||
|
||||
#define SCAN_PARAMETERS_UUID "00001813-0000-1000-8000-00805f9b34fb"
|
||||
|
||||
#define SCAN_INTERVAL_WIN_UUID 0x2A4F
|
||||
#define SCAN_REFRESH_UUID 0x2A31
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user