Skip to content

Commit 04c0126

Browse files
committed
Bluetooth: hci: Remove AMP-related macros
AMP functionality was removed from the v5.3 specification. Remove AMP-related macros since they no longer map to anything in the spec itself. Signed-off-by: Carles Cufi <[email protected]>
1 parent 417647f commit 04c0126

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

include/bluetooth/hci.h

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2628,20 +2628,7 @@ struct bt_hci_evt_le_biginfo_adv_report {
26282628
#define BT_EVT_MASK_LE_META_EVENT BT_EVT_BIT(61)
26292629

26302630
/* Page 2 */
2631-
#define BT_EVT_MASK_PHY_LINK_COMPLETE BT_EVT_BIT(0)
2632-
#define BT_EVT_MASK_CH_SELECTED_COMPLETE BT_EVT_BIT(1)
2633-
#define BT_EVT_MASK_DISCONN_PHY_LINK_COMPLETE BT_EVT_BIT(2)
2634-
#define BT_EVT_MASK_PHY_LINK_LOSS_EARLY_WARN BT_EVT_BIT(3)
2635-
#define BT_EVT_MASK_PHY_LINK_RECOVERY BT_EVT_BIT(4)
2636-
#define BT_EVT_MASK_LOG_LINK_COMPLETE BT_EVT_BIT(5)
2637-
#define BT_EVT_MASK_DISCONN_LOG_LINK_COMPLETE BT_EVT_BIT(6)
2638-
#define BT_EVT_MASK_FLOW_SPEC_MODIFY_COMPLETE BT_EVT_BIT(7)
26392631
#define BT_EVT_MASK_NUM_COMPLETE_DATA_BLOCKS BT_EVT_BIT(8)
2640-
#define BT_EVT_MASK_AMP_START_TEST BT_EVT_BIT(9)
2641-
#define BT_EVT_MASK_AMP_TEST_END BT_EVT_BIT(10)
2642-
#define BT_EVT_MASK_AMP_RX_REPORT BT_EVT_BIT(11)
2643-
#define BT_EVT_MASK_AMP_SR_MODE_CHANGE_COMPLETE BT_EVT_BIT(12)
2644-
#define BT_EVT_MASK_AMP_STATUS_CHANGE BT_EVT_BIT(13)
26452632
#define BT_EVT_MASK_TRIGG_CLOCK_CAPTURE BT_EVT_BIT(14)
26462633
#define BT_EVT_MASK_SYNCH_TRAIN_COMPLETE BT_EVT_BIT(15)
26472634
#define BT_EVT_MASK_SYNCH_TRAIN_RX BT_EVT_BIT(16)

0 commit comments

Comments
 (0)