Hi,all. i want to use random access address to instead fix access address in my device.How can i do that and has it an effect on my phone?Thanks!
Hi,all. i want to use random access address to instead fix access address in my device.How can i do that and has it an effect on my phone?Thanks!
For nRF51 with S110/S130:
In 'sd_ble_gap_adv_start' you provide an argument of type 'ble_gap_adv_params_t'.
This type has a field 'type' which can be set to 'BLE_GAP_ADDR_TYPE_RANDOM_STATIC '.
I'm not aware of any effect this will have on your phone.
See sd_ble_gap_adv_start documentation.
[Edit: Update after Ulrich's comment]
For nRF51 with S110/S130:
In 'sd_ble_gap_adv_start' you provide an argument of type 'ble_gap_adv_params_t'.
This type has a field 'type' which can be set to 'BLE_GAP_ADDR_TYPE_RANDOM_STATIC '.
I'm not aware of any effect this will have on your phone.
See sd_ble_gap_adv_start documentation.
[Edit: Update after Ulrich's comment]