Skip to content

Commit 1686551

Browse files
cvinayakcarlescufi
authored andcommitted
Bluetooth: Add defines for Periodic Advertising Receive Enable
Add defines for Periodic Advertising Receive Enable. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 770732f commit 1686551

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/bluetooth/hci.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1650,6 +1650,9 @@ struct bt_hci_rp_le_read_ant_info {
16501650
uint8_t max_cte_len;
16511651
};
16521652

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+
16531656
#define BT_HCI_OP_LE_SET_PER_ADV_RECV_ENABLE BT_OP(BT_OGF_LE, 0x0059)
16541657
struct bt_hci_cp_le_set_per_adv_recv_enable {
16551658
uint16_t handle;

0 commit comments

Comments
 (0)