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

/system/bt/hci/src/
H A Dpacket_fragmenter.c53 static hash_map_t *partial_packets; variable
57 partial_packets = hash_map_new(NUMBER_OF_BUCKETS, hash_function_naive, NULL, NULL, NULL);
61 if (partial_packets)
62 hash_map_free(partial_packets);
138 BT_HDR *partial_packet = (BT_HDR *)hash_map_get(partial_packets, (void *)(uintptr_t)handle);
144 hash_map_erase(partial_packets, (void *)(uintptr_t)handle);
169 hash_map_set(partial_packets, (void *)(uintptr_t)handle, partial_packet);
198 hash_map_erase(partial_packets, (void *)(uintptr_t)handle);

Completed in 25 milliseconds