Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/hci/
Dpacket_fragmenter.c48 static hash_map_t *partial_packets; variable
55 partial_packets = hash_map_new(NUMBER_OF_BUCKETS, hash_function_naive, NULL, NULL, NULL); in init()
60 if (partial_packets) { in cleanup()
61 hash_map_free(partial_packets); in cleanup()
155 BT_HDR *partial_packet = (BT_HDR *)hash_map_get(partial_packets, (void *)(uintptr_t)handle); in reassemble_and_dispatch()
160 hash_map_erase(partial_packets, (void *)(uintptr_t)handle); in reassemble_and_dispatch()
185 hash_map_set(partial_packets, (void *)(uintptr_t)handle, partial_packet); in reassemble_and_dispatch()
215 hash_map_erase(partial_packets, (void *)(uintptr_t)handle); in reassemble_and_dispatch()
/hal_espressif-3.6.0/tools/test_idf_size/
Doverflow_esp32c3.map34100 .sbss.partial_packets
Doverflow_esp32s3.map51477 .bss.partial_packets