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 <hjzheng@bouffalolab.com>
This commit is contained in:
parent
6ee8182e0a
commit
513517fa5c
1 changed files with 3 additions and 3 deletions
|
@ -2670,9 +2670,9 @@ struct bt_hci_evt_le_biginfo_adv_report {
|
|||
#define BT_EVT_MASK_LE_ADV_SET_TERMINATED BT_EVT_BIT(17)
|
||||
#define BT_EVT_MASK_LE_SCAN_REQ_RECEIVED BT_EVT_BIT(18)
|
||||
#define BT_EVT_MASK_LE_CHAN_SEL_ALGO BT_EVT_BIT(19)
|
||||
#define BT_EVT_MASK_LE_CONNECTIONLESS_IQ_REPORT BT_EVT_BIT(21)
|
||||
#define BT_EVT_MASK_LE_CONNECTION_IQ_REPORT BT_EVT_BIT(22)
|
||||
#define BT_EVT_MASK_LE_CTE_REQUEST_FAILED BT_EVT_BIT(23)
|
||||
#define BT_EVT_MASK_LE_CONNECTIONLESS_IQ_REPORT BT_EVT_BIT(20)
|
||||
#define BT_EVT_MASK_LE_CONNECTION_IQ_REPORT BT_EVT_BIT(21)
|
||||
#define BT_EVT_MASK_LE_CTE_REQUEST_FAILED BT_EVT_BIT(22)
|
||||
#define BT_EVT_MASK_LE_PAST_RECEIVED BT_EVT_BIT(23)
|
||||
#define BT_EVT_MASK_LE_CIS_ESTABLISHED BT_EVT_BIT(24)
|
||||
#define BT_EVT_MASK_LE_CIS_REQ BT_EVT_BIT(25)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue