Other Parts Discussed in Thread: CC2640R2F
Tool/software: Code Composer Studio
Hello everyone,
I'm new user of this TI product, and performing many trials before developping a new project.
At this step, I'm trying to inhibit connexion from any device except the one which is declared in the whitelist.
I follow the explanation supplied in the lab for advertising filtering, but can't have a correct result.
Here is a screenshot of the context I'm talking about :
- Example program : "simple_peripheral" from "blestack" of "cc2640r2 LaunchPad" in "SimpleLink CC2640R2 SDK - v:2.40..."
- Lab from "Simple Link Academy v:2.40.03..." chapter "Bluetooth 4.2 - Scanning and Advertising", and "Task 3".
I made no other modification and tested with a smartphone running "BLE Scanner" on Androïd.
The problem is that I can't avoid my smartphone to connect to the peripheral, regardless of any BDA address I register in the whitelist.
I mean that, even If my smartphone address is or not in the whitelist, It remains possible to connect.
What can be the reason for that ?
Is there any other thing to do ?
What is the right BDA address to set (it seems confused to me) :
- the one which is displayed on Putty debug terminal when I don't use white list ?
- the one I can read into my phone parameters under "blutooth mac address" ?
THank's alot in advance for any help and recommendation.
Patrick