Skip to content

Commit 513517f

Browse files
Zheng Huajiangjhedberg
authored andcommitted
Bluetooth: Host: Fix ble event mask macro define
Arrange ble event mask bits in order, according to LE Set Event Mask command parameters. Signed-off-by: Zheng Huajiang <[email protected]>
1 parent 6ee8182 commit 513517f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/bluetooth/hci.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2670,9 +2670,9 @@ struct bt_hci_evt_le_biginfo_adv_report {
26702670
#define BT_EVT_MASK_LE_ADV_SET_TERMINATED BT_EVT_BIT(17)
26712671
#define BT_EVT_MASK_LE_SCAN_REQ_RECEIVED BT_EVT_BIT(18)
26722672
#define BT_EVT_MASK_LE_CHAN_SEL_ALGO BT_EVT_BIT(19)
2673-
#define BT_EVT_MASK_LE_CONNECTIONLESS_IQ_REPORT BT_EVT_BIT(21)
2674-
#define BT_EVT_MASK_LE_CONNECTION_IQ_REPORT BT_EVT_BIT(22)
2675-
#define BT_EVT_MASK_LE_CTE_REQUEST_FAILED BT_EVT_BIT(23)
2673+
#define BT_EVT_MASK_LE_CONNECTIONLESS_IQ_REPORT BT_EVT_BIT(20)
2674+
#define BT_EVT_MASK_LE_CONNECTION_IQ_REPORT BT_EVT_BIT(21)
2675+
#define BT_EVT_MASK_LE_CTE_REQUEST_FAILED BT_EVT_BIT(22)
26762676
#define BT_EVT_MASK_LE_PAST_RECEIVED BT_EVT_BIT(23)
26772677
#define BT_EVT_MASK_LE_CIS_ESTABLISHED BT_EVT_BIT(24)
26782678
#define BT_EVT_MASK_LE_CIS_REQ BT_EVT_BIT(25)

0 commit comments

Comments
 (0)