Hi,
I am learning to use the Bluetooth function of CC2640R2. I am a stranger of TI development board. I follow the board CC2640R2 SDK 2.40.00.32 of SimpleLink-Academy 2.40.03.00. There is scanning and advertising tutor. The scanning part task-2 shows how to print the scanning result. It can print the address, RSSI, advertising type and advertising data.
My question is can it print the advertiser device name. I change the simple_peripheral project name to my_peripheral, but I want to display the name when I use simple_central to scan, just like the task-2 of scanning example. The code shows That gapCentralRoleEvent_t object is the key thing, which includes deviceInfo object. This is in the file of central.h in the profile folder of the simple_central project. However, I can not fine device name information from the deviceInfo object. Can anyone tell me how to get the advertiser's device name using simple_central project?
Thank you very much.