summaryrefslogtreecommitdiff
path: root/src/eir.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-01-27 05:18:16 +0100
committerMarcel Holtmann <marcel@holtmann.org>2013-01-27 05:18:16 +0100
commita2dc0a4d57948f2bb3554e2cc1b313943ebc5622 (patch)
tree2b476825faebd91e331c432b02e5100749e7eb56 /src/eir.h
parentbd416e95d5a323e4a9a2e5e2cd38866b241add0b (diff)
downloadbluez-a2dc0a4d57948f2bb3554e2cc1b313943ebc5622.tar.gz
core: Parse the TX power level from EIR data
Diffstat (limited to 'src/eir.h')
-rw-r--r--src/eir.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eir.h b/src/eir.h
index 72953eb1f..1b6242d79 100644
--- a/src/eir.h
+++ b/src/eir.h
@@ -45,6 +45,7 @@ struct eir_data {
uint32_t class;
uint16_t appearance;
gboolean name_complete;
+ int8_t tx_power;
uint8_t *hash;
uint8_t *randomizer;
bdaddr_t addr;