Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dhas.c221 } has_client_list[MAX_INSTS]; variable
289 for (size_t i = 0; i < ARRAY_SIZE(has_client_list); i++) { in client_alloc()
290 if (conn == has_client_list[i].conn) { in client_alloc()
291 return &has_client_list[i]; in client_alloc()
295 if (!client && has_client_list[i].conn == NULL) { in client_alloc()
296 client = &has_client_list[i]; in client_alloc()
337 for (size_t i = 0; i < ARRAY_SIZE(has_client_list); i++) { in client_find_by_conn()
338 if (conn == has_client_list[i].conn) { in client_find_by_conn()
339 return &has_client_list[i]; in client_find_by_conn()
519 for (size_t i = 0U; i < ARRAY_SIZE(has_client_list); i++) { in notify()
[all …]