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.c1549 size_t num_free; in check_and_set_members_busy() local
1551 for (num_free = 0U; num_free < count; num_free++) { in check_and_set_members_busy()
1552 const struct bt_csip_set_coordinator_set_member *member = members[num_free]; in check_and_set_members_busy()
1557 LOG_DBG("Member[%zu] (%p) is busy", num_free, member); in check_and_set_members_busy()
1563 if (num_free != count) { in check_and_set_members_busy()
1564 for (size_t i = 0U; i < num_free; i++) { in check_and_set_members_busy()
1573 return num_free == count; in check_and_set_members_busy()
Dtbs_client.c2411 size_t num_free; in check_and_set_all_busy() local
2413 for (num_free = 0U; num_free < ARRAY_SIZE(srv_inst->tbs_insts); num_free++) { in check_and_set_all_busy()
2414 struct bt_tbs_instance *tbs_inst = &srv_inst->tbs_insts[num_free]; in check_and_set_all_busy()
2417 LOG_DBG("inst[%zu] (%p) is busy", num_free, tbs_inst); in check_and_set_all_busy()
2431 for (uint8_t i = 0U; i < num_free; i++) { in check_and_set_all_busy()