Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dpacket_fragmenter.c54 static hash_map_t *partial_packets; variable
58 partial_packets = hash_map_new(NUMBER_OF_BUCKETS, hash_function_naive, NULL, NULL, NULL); in init()
62 if (partial_packets) in cleanup()
63 hash_map_free(partial_packets); in cleanup()
143 BT_HDR *partial_packet = (BT_HDR *)hash_map_get(partial_packets, (void *)(uintptr_t)handle); in reassemble_and_dispatch()
149 hash_map_erase(partial_packets, (void *)(uintptr_t)handle); in reassemble_and_dispatch()
190 hash_map_set(partial_packets, (void *)(uintptr_t)handle, partial_packet); in reassemble_and_dispatch()
219 hash_map_erase(partial_packets, (void *)(uintptr_t)handle); in reassemble_and_dispatch()