Merge branch 'feat/add_set_data_related_addr_change_cmd_v5.1' into 'release/v5.1'

feat(nimble): Add support for LE Data Set Related Address Change command (v5.1)

See merge request espressif/esp-idf!25583
This commit is contained in:
Rahul Tank
2023-08-28 20:21:50 +08:00
2 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2015-2022 The Apache Software Foundation (ASF)
* SPDX-FileCopyrightText: 2015-2023 The Apache Software Foundation (ASF)
*
* SPDX-License-Identifier: Apache-2.0
*
@@ -1110,6 +1110,12 @@ struct ble_hci_le_set_transmit_power_report_enable_cp {
uint8_t remote_enable;
} __attribute__((packed));
#define BLE_HCI_OCF_LE_SET_DATA_ADDR_CHANGE (0x007C)
struct ble_hci_le_set_data_addr_change_cp {
uint8_t adv_handle;
uint8_t change_reason;
} __attribute__((packed));
#define BLE_HCI_OCF_LE_SET_DEFAULT_SUBRATE (0x007D)
struct ble_hci_le_set_default_subrate_cp {
uint16_t subrate_min;