Part Number: CC2640R2L
Other Parts Discussed in Thread: CC2640
Hi ,
environment:
sdk: simplelink_cc2640r2_sdk_5_10_00_02
project: ble5_host_test_cc2640r2lp_app
I want to config cc2640 as a peripheral through BTool.
The following is my steps:
1. HCIExt_ResetSystemCmd
2. GAP_DeviceInit with Peripheral-ADDRMODE_PUBLIC-00:11:22:AA:BB:CC
3. GapAdv_create
4. GapAdv_enable

Q1. I find the device through apps such like LightBlue, but I do not know what is the bdaddr that can be connected by the centrals.
Q2. Can I config the cc2640 as a peripheral with fixed customized bdaddr to be connected with other centrals?
Q3. after GapAdv_enable step and connected with LightBlue, the cc2640 is not advertising automaticllay? Is it possible for auto advertising?
