Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_task.c219 bool btu_task_post(uint32_t sig, void *param, uint32_t timeout) in btu_task_post() function
423 btu_task_post(SIG_BTU_GENERAL_ALARM, p_tle, OSI_THREAD_MAX_TIMEOUT); in btu_general_alarm_cb()
538 btu_task_post(SIG_BTU_L2CAP_ALARM, p_tle, OSI_THREAD_MAX_TIMEOUT); in btu_l2cap_alarm_cb()
621 btu_task_post(SIG_BTU_ONESHOT_ALARM, p_tle, OSI_THREAD_MAX_TIMEOUT); in btu_oneshot_alarm_cb()
Dbtu_init.c193 if (btu_task_post(SIG_BTU_START_UP, NULL, OSI_THREAD_MAX_TIMEOUT) == false) { in BTU_StartUp()
Dbtu_hcif.c1231 if (btu_task_post(SIG_BTU_HCI_MSG, event, OSI_THREAD_MAX_TIMEOUT) == false) { in btu_hcif_command_complete_evt()
1468 if (btu_task_post(SIG_BTU_HCI_MSG, event, OSI_THREAD_MAX_TIMEOUT) == false) { in btu_hcif_command_status_evt()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtu.h297 bool btu_task_post(uint32_t sig, void *param, uint32_t timeout);
/hal_espressif-latest/components/bt/host/bluedroid/bta/sys/
Dbta_sys_main.c576 if (btu_task_post(SIG_BTU_BTA_MSG, p_msg, OSI_THREAD_MAX_TIMEOUT) == false) { in bta_sys_sendmsg()
596 btu_task_post(SIG_BTU_BTA_ALARM, p_tle, OSI_THREAD_MAX_TIMEOUT); in bta_alarm_cb()
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_layer.c525 if (btu_task_post(SIG_BTU_HCI_MSG, packet, OSI_THREAD_MAX_TIMEOUT) == false) { in dispatch_reassembled()
534 if (btu_task_post(SIG_BTU_HCI_ADV_RPT_MSG, linked_pkt, OSI_THREAD_MAX_TIMEOUT) == false) { in dispatch_adv_report()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c3549 btu_task_post(SIG_BTU_HCI_ADV_RPT_MSG, NULL, OSI_THREAD_MAX_TIMEOUT); in btm_adv_pkt_handler()