summaryrefslogtreecommitdiff
path: root/src/sdpd.h
diff options
context:
space:
mode:
authorBruna Moreira <bruna.moreira@openbossa.org>2010-12-20 14:16:44 -0400
committerJohan Hedberg <johan.hedberg@nokia.com>2010-12-21 00:41:39 +0200
commit2634978c8242a05a0765191a113c383bc9f90a97 (patch)
tree8576e95588c9d73f87447c8d8048a26eec729072 /src/sdpd.h
parent3829cf140bba9c0cbe62239a7e24dcd206a762f3 (diff)
downloadbluez-2634978c8242a05a0765191a113c383bc9f90a97.tar.gz
Move EIR flags definitions to adapter.c
Diffstat (limited to 'src/sdpd.h')
-rw-r--r--src/sdpd.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/sdpd.h b/src/sdpd.h
index 98e5b20b7..dc7a2560c 100644
--- a/src/sdpd.h
+++ b/src/sdpd.h
@@ -48,15 +48,6 @@
#define EIR_TX_POWER 0x0A /* transmit power level */
#define EIR_DEVICE_ID 0x10 /* device ID */
-/* Flags Descriptions */
-#define EIR_LIM_DISC 0x01 /* LE Limited Discoverable Mode */
-#define EIR_GEN_DISC 0x02 /* LE General Discoverable Mode */
-#define EIR_BREDR_UNSUP 0x04 /* BR/EDR Not Supported */
-#define EIR_SIM_CONTROLLER 0x08 /* Simultaneous LE and BR/EDR to Same
- Device Capable (Controller) */
-#define EIR_SIM_HOST 0x10 /* Simultaneous LE and BR/EDR to Same
- Device Capable (Host) */
-
typedef struct request {
bdaddr_t device;
bdaddr_t bdaddr;