Home
last modified time | relevance | path

Searched refs:btu_hci_msg_process (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_task.c124 static void btu_hci_msg_process(void *param);
130 static void btu_hci_msg_process(void *param) in btu_hci_msg_process() function
228 status = osi_thread_post(btu_thread, btu_hci_msg_process, param, 0, timeout); in btu_task_post()