I'm using sdk15..3.0 ble_app_hrs_c sample program . I like to know how to set peer address in whitelist manually.
I'm using sdk15..3.0 ble_app_hrs_c sample program . I like to know how to set peer address in whitelist manually.
Hi,
Please see this post.
Hi,
Please see this post.
ble_advertising_whitelist_reply() this function is used in peripheral side, but i want progam in central.
Hi,
Yes, but the whitelist is generated in the same way. The only difference is that you should provide it when you get a NRF_BLE_SCAN_EVT_WHITELIST_REQUEST instead, as is allready done in the ble_app_hrs_c example you use. You can refer to the post I linked to to see how to modify it.
ok thank you. I got solution from your suuport.