Added change to expose addr resolution API outside stack

This commit is contained in:
Rahul Tank
2024-02-20 11:18:11 +05:30
committed by Abhinav Kudnar
parent 6550381e9a
commit d01809680d
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -66,6 +66,8 @@ extern "C" {
int ble_hs_pvcy_rpa_config(uint8_t enable);
#endif
int ble_hs_pvcy_set_resolve_enabled(int enable);
#ifdef __cplusplus
}
#endif
+1 -1
View File
@@ -54,7 +54,7 @@ ble_hs_pvcy_set_addr_timeout(uint16_t timeout)
}
#if (!MYNEWT_VAL(BLE_HOST_BASED_PRIVACY))
static int
int
ble_hs_pvcy_set_resolve_enabled(int enable)
{
struct ble_hci_le_set_addr_res_en_cp cmd;