bleprofile_GenerateScanRspData

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

cross mob
Anonymous
Not applicable

Does bleprofile_GenerateScanRspData not work in SDK v1.1.0?  Whenever I call it, everything seems to stop working.  Example:

const int scan_length = 1;

BLE_ADV_FIELD scan[scan_length];

scan[0].len = 1 + 1; // also tried 1

scan[0].val = ADV_TX_POWER_LEVEL;

scan[0].data[0] = bleprofile_p_cfg->tx_power_level;

bleprofile_GenerateScanRspData(scan, scan_length);

Or am I doing something wrong?

0 Likes
1 Solution
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog
0 Likes
1 Reply