diff options
author | Vinicius Costa Gomes <vinicius.gomes@openbossa.org> | 2010-07-08 21:03:09 -0300 |
---|---|---|
committer | Vinicius Costa Gomes <vinicius.gomes@openbossa.org> | 2010-07-08 21:05:36 -0300 |
commit | 9449768c0a1fa8b6180818c047d58cb87c022929 (patch) | |
tree | 14787857c16a92e148a6db4e6c91e9d0bae5f3e1 | |
parent | 3106a6eaf4e5ed98446ed18260c1d9326ea2dfd3 (diff) | |
download | bluez-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.
-rw-r--r-- | lib/hci.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |