mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-08 11:07:53 +00:00
Added change to expose addr resolution API outside stack
This commit is contained in:
committed by
Abhinav Kudnar
parent
6550381e9a
commit
d01809680d
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user