Searched refs:l2cap_clients (Results 1 – 1 of 1) sorted by relevance
74 static list_t *l2cap_clients; // A list of l2cap_client_t. Container does not own objects. variable92 if (!l2cap_clients) { in l2cap_client_new()93 l2cap_clients = list_new(NULL); in l2cap_client_new()94 if (!l2cap_clients) { in l2cap_client_new()112 list_append(l2cap_clients, ret); in l2cap_client_new()125 list_remove(l2cap_clients, client); in l2cap_client_free()426 …for (const list_node_t *node = list_begin(l2cap_clients); node != list_end(l2cap_clients); node = … in find()