Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c271 static void close_timeout_handler(void *arg) in close_timeout_handler() function
844 … osi_alarm_new("slot", close_timeout_handler, (void *)slot, VFS_CLOSE_TIMEOUT)) == NULL) { in btc_l2cap_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c253 static void close_timeout_handler(void *arg) in close_timeout_handler() function
1201 … osi_alarm_new("slot", close_timeout_handler, (void *)slot, VFS_CLOSE_TIMEOUT)) == NULL) { in btc_spp_cb_handler()