mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02:00
Revert "component/bt: add local irk to controller"
This reverts commit 032f6d34d1
.
This commit is contained in:
@@ -240,12 +240,6 @@ BOOLEAN BTM_SecRegister(tBTM_APPL_INFO *p_cb_info)
|
|||||||
if (memcmp(btm_cb.devcb.id_keys.ir, &temp_value, sizeof(BT_OCTET16)) == 0) {
|
if (memcmp(btm_cb.devcb.id_keys.ir, &temp_value, sizeof(BT_OCTET16)) == 0) {
|
||||||
btm_ble_reset_id();
|
btm_ble_reset_id();
|
||||||
}
|
}
|
||||||
#if (!BLE_UPDATE_BLE_ADDR_TYPE_RPA)
|
|
||||||
BD_ADDR peer_addr = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0};
|
|
||||||
BT_OCTET16 peer_irk = {0x0};
|
|
||||||
/* add local irk to controller */
|
|
||||||
btsnd_hcic_ble_add_device_resolving_list (BLE_ADDR_PUBLIC, peer_addr, peer_irk, btm_cb.devcb.id_keys.irk);
|
|
||||||
#endif
|
|
||||||
} else {
|
} else {
|
||||||
BTM_TRACE_WARNING("%s p_cb_info->p_le_callback == NULL\n", __func__);
|
BTM_TRACE_WARNING("%s p_cb_info->p_le_callback == NULL\n", __func__);
|
||||||
}
|
}
|
||||||
|
@@ -268,3 +268,6 @@
|
|||||||
#define SOC_PM_SUPPORT_WIFI_PD (1)
|
#define SOC_PM_SUPPORT_WIFI_PD (1)
|
||||||
|
|
||||||
#define SOC_PM_SUPPORT_BT_PD (1)
|
#define SOC_PM_SUPPORT_BT_PD (1)
|
||||||
|
|
||||||
|
/*------------------------------ BLE --------------------------------------------*/
|
||||||
|
#define SOC_BLE_UPDATE_OWN_RPA (1)
|
||||||
|
@@ -184,3 +184,6 @@
|
|||||||
#define SOC_SPI_MEM_SUPPORT_SW_SUSPEND (1)
|
#define SOC_SPI_MEM_SUPPORT_SW_SUSPEND (1)
|
||||||
/*-------------------------- COEXISTENCE HARDWARE PTI CAPS -------------------------------*/
|
/*-------------------------- COEXISTENCE HARDWARE PTI CAPS -------------------------------*/
|
||||||
#define SOC_COEX_HW_PTI (1)
|
#define SOC_COEX_HW_PTI (1)
|
||||||
|
|
||||||
|
/*------------------------------ BLE --------------------------------------------*/
|
||||||
|
#define SOC_BLE_UPDATE_OWN_RPA (1)
|
||||||
|
Reference in New Issue
Block a user