This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2650RC: I want to receive the file related to ble-sdk of cc2650rc.

Part Number: CC2650RC
Other Parts Discussed in Thread: CC2650

I want to check the voice by pressing the mic button with cc2650rc and devpack.

I have cc2650rc, devpack.
'https://software-dl.ti.com/simplelink/esd/simplelink_cc2640r2_xpack/1.50.00.62/exports/examples/rtos/CC2640R2RC/bleapps/hid_adv_remote/README.html'
In this site, there are three types of applications: hid_adv_remote.c, kcb.c, and util.c.
It says that cc2650rclaunchpad is required to do 'Voice over GATT Profile'.

'https://software-dl.ti.com/simplelink/esd/simplelink_cc2640r2_xpack/1.50.00.62/exports/examples/rtos/CC2640R2RC/bleapps/voice_hogp_remote/README.html'
In this site, there are three types of applications: kcb.c, util.c, and voice_hogp_remote.c.
You need voice.py to do 'Voice over HID over GATT Profile'.

I have a question.
'https://www.ti.com/tool/CC2650RC?keyMatch=&tisearch=search-everything&usecase=hardware'
This site provides ble_sdk_2_02_07_06 from BLE-STACK-2-X.
However, in ble_sdk_2_02_07_06, there is no voice_hogp_remote.c. Ble_sdk_2_02_07_06 has hid_adv_remote.c.
I would like to receive a file containing voice_hogp_remte.c.