Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_inject.c62 static void client_free(void *ptr);
80 clients = list_new(client_free); in hci_inject_open()
141 client_free(client); in accept_ready()
192 static void client_free(void *ptr) { in client_free() function