We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770732f commit 1686551Copy full SHA for 1686551
include/bluetooth/hci.h
@@ -1650,6 +1650,9 @@ struct bt_hci_rp_le_read_ant_info {
1650
uint8_t max_cte_len;
1651
};
1652
1653
+#define BT_HCI_LE_SET_PER_ADV_RECV_ENABLE_ENABLE BIT(0)
1654
+#define BT_HCI_LE_SET_PER_ADV_RECV_ENABLE_FILTER_DUPLICATE BIT(1)
1655
+
1656
#define BT_HCI_OP_LE_SET_PER_ADV_RECV_ENABLE BT_OP(BT_OGF_LE, 0x0059)
1657
struct bt_hci_cp_le_set_per_adv_recv_enable {
1658
uint16_t handle;
0 commit comments