Bluetooth: Add define for invalid Extended Advertising SID value
Add a define for invalid Extended Advertising SID value of 255 required when generating legacy advertising report. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
8818c51cec
commit
f9d693b93d
1 changed files with 2 additions and 0 deletions
|
@ -1258,6 +1258,8 @@ struct bt_hci_cp_le_set_adv_set_random_addr {
|
||||||
|
|
||||||
#define BT_HCI_LE_ADV_HANDLE_MAX 0xEF
|
#define BT_HCI_LE_ADV_HANDLE_MAX 0xEF
|
||||||
|
|
||||||
|
#define BT_HCI_LE_EXT_ADV_SID_INVALID 0xFF
|
||||||
|
|
||||||
#define BT_HCI_OP_LE_SET_EXT_ADV_PARAM BT_OP(BT_OGF_LE, 0x0036)
|
#define BT_HCI_OP_LE_SET_EXT_ADV_PARAM BT_OP(BT_OGF_LE, 0x0036)
|
||||||
struct bt_hci_cp_le_set_ext_adv_param {
|
struct bt_hci_cp_le_set_ext_adv_param {
|
||||||
uint8_t handle;
|
uint8_t handle;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue