BT_DEVICE_ADDRESS

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

cross mob
stte_3997901
Level 1
Level 1
First like given

I try to use the hello_sensor example with BT_DEVICE_ADDRESS=207060123456

The complete call to the make_target is

"demo.hello_sensor-CYW920706WCDEVAL download VERBOSE=1 BT_DEVICE_ADDRESS=207060123456"

But The "Hello" sensor go in advertising with different address.

What I'm doing wrong?

I have not changed the example.

0 Likes
1 Solution
BoonT_56
Employee
Employee
500 likes received 250 likes received 100 likes received

You must disable the below API in application_init, then it will work.

wiced_bt_ble_enable_privacy ( WICED_TRUE );

View solution in original post

1 Reply
BoonT_56
Employee
Employee
500 likes received 250 likes received 100 likes received

You must disable the below API in application_init, then it will work.

wiced_bt_ble_enable_privacy ( WICED_TRUE );