Hi,
I am learning to use the Bluetooth function of CC2640R2. I follow the board CC2640R2 SDK 2.40.00.32 of SimpleLink-Academy 2.40.03.00. There is a Bluetooth 4.2 tutor to show GAP and GATT service. However, I have problems:
1. I use the simple_central project as a master to scan other Bluetooth devices. I can only find the other board which is download simple_peripheral project. However, I want to use the board CC2640R2 to scan mobile phone's Bluetooth and connect to a mobile phone, then give data to mobile phone. Do you know whether this board can do it or not? What sort of protocol and policy I should use to setup the program code for the CC2640R2? Take I-phone 7+ as an example, I want the board to scan I-phone 7+ Bluetooth and initiate the connect to the phone.
2. The Academy teaches the custom profile of GATT service, but I can not find the tutor for the GATT client. I think the Host_test and simple_central projects include the GATT client program, but there is no tutor to explain their code. I want to modify the simple_central project to receive data from GATT service (simple_peripheral) and display data through the UART COM to the computer. Do you have any suggestion that which tutor I can learn it?
Thank you very much.