/// - GAPM_PUBLIC_ADDR: Public Address
/// - GAPM_PROVIDED_RND_ADDR: Provided random address
/// - GAPM_GEN_STATIC_RND_ADDR: Generated static random address
/// - GAPM_GEN_RSLV_ADDR: Generated resolvable private random address
/// - GAPM_GEN_NON_RSLV_ADDR: Generated non-resolvable private random address
/// - GAPM_PROVIDED_RECON_ADDR: Provided Recsonnection address (only for GAPM_ADV_DIRECT)
.addr_src = GAPM_PUBLIC_ADDR,
I want my every slave address is different.is there a better way to solve the problem?
Device:
Hi RandyYu,
It depends what kind of address type would you like your every slave to have ?
Please check the specification in order to see the difference between each address type.
Thanks MT_dialog
Hi
Can you please provide link to the specification to find the difference between various types of addresses.
Thanks.
Hi paramvir.in,
You will be able to find the BLE spec in the Bluetooth SIG official support page. Please check the link below:
https://www.bluetooth.com/specifications/bluetooth-core-specification
Thanks MT_dialog