How to generate BD address randomly for BR/EDR activities and save in flash for CYW20xx devices

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
237_KGKT
Level 2
Level 2
25 sign-ins 10 replies posted 10 sign-ins

as mention in the subject below, i need to generate  an BD_ADRRESS randomly and i need to store this in the flash memory.

i already checked this Link

https://community.infineon.com/t5/ModusToolbox-Blog/How-to-generate-BD-address-randomly-and-save-in-...

but it looks like it is just for BLE activities.

i am developing a BREDR application.

0 Likes
1 Solution

You can use the same code to set the BR/EDR device address. The API can configure the BD ADDR for BT and BLE both. Per the bluetooth spec, you can only set public address for a BR/EDR device.

View solution in original post

0 Likes
3 Replies
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

Which device are you using?

0 Likes
237_KGKT
Level 2
Level 2
25 sign-ins 10 replies posted 10 sign-ins

i use the evalution board CYBT413055

0 Likes

You can use the same code to set the BR/EDR device address. The API can configure the BD ADDR for BT and BLE both. Per the bluetooth spec, you can only set public address for a BR/EDR device.

0 Likes