Bluetooth: Add defines for Periodic Advertising Enable and ADI support
Add defines for Periodic Advertising Enable and ADI support. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
6026d3c5bf
commit
9d84f7727b
1 changed files with 3 additions and 0 deletions
|
@ -1375,6 +1375,9 @@ struct bt_hci_cp_le_set_per_adv_data {
|
||||||
uint8_t data[251];
|
uint8_t data[251];
|
||||||
} __packed;
|
} __packed;
|
||||||
|
|
||||||
|
#define BT_HCI_LE_SET_PER_ADV_ENABLE_ENABLE BIT(0)
|
||||||
|
#define BT_HCI_LE_SET_PER_ADV_ENABLE_ADI BIT(1)
|
||||||
|
|
||||||
#define BT_HCI_OP_LE_SET_PER_ADV_ENABLE BT_OP(BT_OGF_LE, 0x0040)
|
#define BT_HCI_OP_LE_SET_PER_ADV_ENABLE BT_OP(BT_OGF_LE, 0x0040)
|
||||||
struct bt_hci_cp_le_set_per_adv_enable {
|
struct bt_hci_cp_le_set_per_adv_enable {
|
||||||
uint8_t enable;
|
uint8_t enable;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue