Other Parts Discussed in Thread: SYSCONFIG
CCS version : 12.7.0
SDK version : 7.40.00.64
Project : basic_ble_LP_EM_CC2340R5_freertos_ticlang
I scan the device in app.central.c, and after I scan the device I want, I call BLEAppUtil_connect() and return success, but then it does not jump to Connection_ConnEventHandler() of app.connection.c to establish the connection.
I also looked at https://github.com/TexasInstruments/ble_examples/blob/simplelink_low_power_f3_sdk-7.20/examples/rtos/LP_EM_CC2340R5/ble5stack/basic_ble_GATT_client/app/app_central.c,In this project example, there is only a call to BLEAppUtil_connect() and there is no subsequent connection process.
Can provide me guidance?