Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c167 static void free_slot_data(slot_data_t *slot_data) in free_slot_data() function
226 free_slot_data(&(*slot)->tx); in l2cap_malloc_slot()
228 free_slot_data(&(*slot)->rx); in l2cap_malloc_slot()
247 free_slot_data(&slot->tx); in l2cap_free_slot()
248 free_slot_data(&slot->rx); in l2cap_free_slot()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c120 static void free_slot_data(slot_data_t *slot_data) in free_slot_data() function
194 free_slot_data(&(*slot)->rx); in spp_malloc_slot()
286 free_slot_data(&slot->tx); in spp_free_slot()
288 free_slot_data(&slot->rx); in spp_free_slot()