Searched refs:init_cb (Results 1 – 3 of 3) sorted by relevance
142 init_callback init_cb; member
2879 init_callback init_cb;2892 init_cb在BT_OP_INIT完成后调用2990 初始化结束后,必须调用init_cb回调函数(参见bt_vendor_callbacks_t)通知协议栈初始化结果,否则会阻塞协议栈线程导致蓝牙相关功能无法正常使用。协议栈的具体处理如下:2992 协议栈调用BT_OP_INIT后会等待信号量,该信号量由init_cb函数置位3067 bt_vendor_cbacks->init_cb(BTC_OP_RESULT_FAIL);
2889 init_callback init_cb;2902 **init_cb** is called after **BT_OP_INIT** is complete.3000 After the initialization is complete, the **init_cb** callback function (see **bt_vendor_callbacks_…3002 …IT**, the protocol stack waits for the semaphore. The semaphore is set by the **init_cb** function.3077 bt_vendor_cbacks->init_cb(BTC_OP_RESULT_FAIL);