Part Number: CC2640R2F
Other Parts Discussed in Thread: CC2541, BLE-STACK, CC2640
Tool/software: TI-RTOS
Hello,My project is is based on MultiRole ,cc2640r2. the situation is that my board keep on scan the adv package of the cc2541 or smartphone, and the adv package change about every 5s.however about after 30min, my board can not scan any adv package of any smartphone with Random Resolvable Private Address but cc2541 whit public MAC,even whit the same adv package.
we change the addr gap of cc2541 whit ADDRMODE_PRIVATE_RESOLVE. then my board can not scan the adv package of cc2541 too. it won't work evenif we retry scan but reset cc2640r2.
so we think if there is any limit of ble stack about scan the peripheral with Random Resolvable Private Address ? after reach the limited number of RPAs,it won't scan adv of PRAs?
as this situation ,we have to reset cc26402r every 30min, how can we solve this promble?
// Scan parameters
#define DEFAULT_SCAN_DURATION 4000
#define DEFAULT_SCAN_WIND 80
#define DEFAULT_SCAN_INT 80
