BM_Task
C
void BM_Task(void *p_param);Description
The main task function for the Bluetooth module.
Parameters
| Parameter | Description |
|---|---|
| [in] p_param | A pointer to a parameter that will be passed to the task function. |
void BM_Task(void *p_param);The main task function for the Bluetooth module.
| Parameter | Description |
|---|---|
| [in] p_param | A pointer to a parameter that will be passed to the task function. |