Skip to main content
MShah
Visitor II
April 6, 2022
Question

i am working on a project where i need to enable BLE as client for that i need to understand a few api and function which are listed below, can anyone help me understand them?

  • April 6, 2022
  • 0 replies
  • 509 views

SCH_RegTask( CFG_IdleTask_HciAsynchEvt, TL_BLE_HCI_UserEvtProc );

SCH_RegTask( CFG_IdleTask_TlEvt, TL_BLE_R_EvtProc );

SCH_RegTask( CFG_IdleTask_Button, LB_App_Button_Trigger_Received );

SCH_RegTask( CFG_IdleTask_ConnDev1, LBR_AppConnReq1 );

 SCH_RegTask( CFG_IdleTask_SearchService, LBR_Client_Update_Service );

This topic has been closed for replies.