Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_sys.h218 extern void bta_sys_event(void * param);
/hal_espressif-latest/components/bt/host/bluedroid/bta/sys/
Dbta_sys_main.c485 void bta_sys_event(void * param) in bta_sys_event() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_task.c244 status = osi_thread_post(btu_thread, bta_sys_event, param, 0, timeout); in btu_task_post()