Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/bt/common/osi/
Dalarm.c212 return OSI_ALARM_ERR_PASS; in alarm_free()
235 osi_alarm_err_t ret = OSI_ALARM_ERR_PASS; in alarm_set()
280 int ret = OSI_ALARM_ERR_PASS; in osi_alarm_cancel()
/hal_espressif-3.4.0/components/bt/common/osi/include/osi/
Dalarm.h30 OSI_ALARM_ERR_PASS = 0, enumerator
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c1139 if (osi_alarm_set(slot->close_alarm, VFS_CLOSE_TIMEOUT) != OSI_ALARM_ERR_PASS) { in btc_spp_cb_handler()