Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dcsip_set_coordinator.c1554 size_t num_free; in check_and_set_members_busy() local
1556 for (num_free = 0U; num_free < count; num_free++) { in check_and_set_members_busy()
1557 const struct bt_csip_set_coordinator_set_member *member = members[num_free]; in check_and_set_members_busy()
1562 LOG_DBG("Member[%zu] (%p) is busy", num_free, member); in check_and_set_members_busy()
1568 if (num_free != count) { in check_and_set_members_busy()
1569 for (size_t i = 0U; i < num_free; i++) { in check_and_set_members_busy()
1578 return num_free == count; in check_and_set_members_busy()
Dtbs_client.c2406 size_t num_free; in check_and_set_all_busy() local
2408 for (num_free = 0U; num_free < ARRAY_SIZE(srv_inst->tbs_insts); num_free++) { in check_and_set_all_busy()
2409 struct bt_tbs_instance *tbs_inst = &srv_inst->tbs_insts[num_free]; in check_and_set_all_busy()
2412 LOG_DBG("inst[%zu] (%p) is busy", num_free, tbs_inst); in check_and_set_all_busy()
2426 for (uint8_t i = 0U; i < num_free; i++) { in check_and_set_all_busy()