summaryrefslogtreecommitdiff
path: root/lib/hci.h
diff options
context:
space:
mode:
authorVinicius Costa Gomes <vinicius.gomes@openbossa.org>2010-07-08 21:03:09 -0300
committerVinicius Costa Gomes <vinicius.gomes@openbossa.org>2010-07-08 21:05:36 -0300
commit9449768c0a1fa8b6180818c047d58cb87c022929 (patch)
tree14787857c16a92e148a6db4e6c91e9d0bae5f3e1 /lib/hci.h
parent3106a6eaf4e5ed98446ed18260c1d9326ea2dfd3 (diff)
downloadbluez-9449768c0a1fa8b6180818c047d58cb87c022929.tar.gz
Fix another inconsistency in the naming of fields
"rx_freq" should be renamed to "frequency" to remain consistent with the Transmitter test command.
Diffstat (limited to 'lib/hci.h')
-rw-r--r--lib/hci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hci.h b/lib/hci.h
index 7e3e3284d..86071bb4c 100644
--- a/lib/hci.h
+++ b/lib/hci.h
@@ -1485,7 +1485,7 @@ typedef struct {
#define OCF_LE_RECEIVER_TEST 0x001D
typedef struct {
- uint8_t rx_freq;
+ uint8_t frequency;
} __attribute__ ((packed)) le_receiver_test_cp;
#define LE_RECEIVER_TEST_CP_SIZE 1