Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/osi/include/osi/
Dalarm.h59 osi_alarm_err_t osi_alarm_set(osi_alarm_t *alarm, period_ms_t timeout);
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_task.c451 osi_alarm_set(alarm, (period_ms_t)(timeout_sec * 1000)); in btu_start_timer()
566 osi_alarm_set(alarm, (period_ms_t)(timeout_ticks * 100)); in btu_start_quick_timer()
652 osi_alarm_set(alarm, (period_ms_t)(timeout_sec * 1000)); in btu_start_timer_oneshot()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_timer.c120 osi_alarm_set(alarm, delay); in k_delayed_work_submit()
/hal_espressif-latest/components/bt/common/osi/
Dalarm.c268 osi_alarm_err_t osi_alarm_set(osi_alarm_t *alarm, period_ms_t timeout) in osi_alarm_set() function
/hal_espressif-latest/components/bt/host/bluedroid/bta/sys/
Dbta_sys_main.c619 osi_alarm_set(alarm, (period_ms_t)timeout_ms); in bta_sys_start_timer()
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_layer.c388 osi_alarm_set(cmd_wait_q->command_response_timer, COMMAND_PENDING_TIMEOUT); in restart_command_waiting_response_timer()
Dhci_hal_h4.c319 osi_alarm_set(hci_hal_env.adv_flow_monitor, HCI_ADV_FLOW_MONITOR_PERIOD_MS); in hci_adv_credits_prep_to_release()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c852 if (osi_alarm_set(slot->close_alarm, VFS_CLOSE_TIMEOUT) != OSI_ALARM_ERR_PASS) { in btc_l2cap_cb_handler()
1170 osi_alarm_set(slot->close_alarm, 0); in l2cap_vfs_read()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c1209 if (osi_alarm_set(slot->close_alarm, VFS_CLOSE_TIMEOUT) != OSI_ALARM_ERR_PASS) { in btc_spp_cb_handler()
1588 osi_alarm_set(slot->close_alarm, 0); in spp_vfs_read()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_av.c376 osi_alarm_set(btc_av_cb.tle_av_open_on_rc, BTC_TIMEOUT_AV_OPEN_ON_RC_SECS * 1000); in btc_av_state_idle_handler()