add nrf override for host resolution

pull/13759/head
Paul Szczeanek 2020-09-28 10:35:21 +01:00 committed by Vincent Coubard
parent 03cc0f9940
commit 457268825d
1 changed files with 5 additions and 0 deletions

View File

@ -108,5 +108,10 @@
"value": 16,
"macro_name": "BLE_GAP_HOST_PRIVACY_RESOLVED_CACHE_SIZE"
}
},
"target_overrides": {
"MCU_NRF52840": {
"ble-gap-host-based-private-address-resolution": false
}
}
}