Searched refs:bt_cap_common_clients (Results 1 – 1 of 1) sorted by relevance
32 static struct bt_cap_common_client bt_cap_common_clients[CONFIG_BT_MAX_CONN]; variable244 return &bt_cap_common_clients[bt_conn_index(acl)]; in bt_cap_common_get_client_by_acl()254 for (size_t i = 0U; i < ARRAY_SIZE(bt_cap_common_clients); i++) { in bt_cap_common_get_client_by_csis()255 struct bt_cap_common_client *client = &bt_cap_common_clients[i]; in bt_cap_common_get_client_by_csis()