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:
Vinayak Kariappa Chettimada 2021-07-19 10:06:04 +05:30 committed by Carles Cufí
commit f9d693b93d

View file

@ -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_EXT_ADV_SID_INVALID 0xFF
#define BT_HCI_OP_LE_SET_EXT_ADV_PARAM BT_OP(BT_OGF_LE, 0x0036)
struct bt_hci_cp_le_set_ext_adv_param {
uint8_t handle;