Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c66 void *alarm_arg; member
196 (*slot)->alarm_arg = NULL; in l2cap_malloc_slot()
251 if (slot->alarm_arg) { in l2cap_free_slot()
252 osi_free(slot->alarm_arg); in l2cap_free_slot()
253 slot->alarm_arg = NULL; in l2cap_free_slot()
281 status = btc_transfer_context(&msg, slot->alarm_arg, sizeof(tBTA_JV), NULL, NULL); in close_timeout_handler()
283 if (slot->alarm_arg) { in close_timeout_handler()
284 osi_free(slot->alarm_arg); in close_timeout_handler()
285 slot->alarm_arg = NULL; in close_timeout_handler()
842 slot->alarm_arg = (void *)p_arg; in btc_l2cap_cb_handler()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c66 void *alarm_arg; member
153 (*slot)->alarm_arg = NULL; in spp_malloc_slot()
263 status = btc_transfer_context(&msg, slot->alarm_arg, sizeof(tBTA_JV), NULL, NULL); in close_timeout_handler()
265 if (slot->alarm_arg) { in close_timeout_handler()
266 osi_free(slot->alarm_arg); in close_timeout_handler()
267 slot->alarm_arg = NULL; in close_timeout_handler()
291 if (slot->alarm_arg) { in spp_free_slot()
292 osi_free(slot->alarm_arg); in spp_free_slot()
293 slot->alarm_arg = NULL; in spp_free_slot()
1199 slot->alarm_arg = (void *)p_arg; in btc_spp_cb_handler()
[all …]