Home
last modified time | relevance | path

Searched refs:members (Results 1 – 25 of 62) sorted by relevance

123

/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/shell/
Dcsip.rst13 or a laptop. The client is able to lock and release members of a coordinated
16 To lock a set, the client must connect to each of the set members it wants to
17 lock. This implementation will always try to to connect to all the members of
21 If the locks on set members shall persists through disconnects, it is
22 necessary to bond with the set members. If you need to bond with multiple
23 set members, make sure that :code:`BT_MAX_PAIRED` is correctly configured.
35 read the set information, which is needed to identify other set members.
36 The client can then scan for and connect to the remaining set members, and once
37 all the members has been connected to, it can lock and release the set.
49 discover_members :Scan for set members <set_pointer>
[all …]
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/
Dcsip.h381 struct bt_csip_set_coordinator_set_member *members[],
408 const struct bt_csip_set_coordinator_set_member *members[],
427 int bt_csip_set_coordinator_lock(const struct bt_csip_set_coordinator_set_member **members,
443 int bt_csip_set_coordinator_release(const struct bt_csip_set_coordinator_set_member **members,
Dcap.h589 union bt_cap_set_member **members; member
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dcsip_set_coordinator.c75 struct bt_csip_set_coordinator_set_member *members[CONFIG_BT_MAX_CONN]; member
179 member = active.members[active.members_handled]; in get_next_active_instance()
222 static void active_members_store_ordered(const struct bt_csip_set_coordinator_set_member *members[], in active_members_store_ordered() argument
227 (void)memcpy(active.members, members, count * sizeof(members[0U])); in active_members_store_ordered()
232 qsort(active.members, count, sizeof(members[0U]), in active_members_store_ordered()
238 lookup_instance_by_set_info(active.members[i - 1U], info); in active_members_store_ordered()
240 lookup_instance_by_set_info(active.members[i], info); in active_members_store_ordered()
1061 member = active.members[active.members_handled - active.members_restored - 1]; in csip_set_coordinator_write_restore_cb()
1099 member = active.members[active.members_handled - active.members_restored]; in csip_set_coordinator_write_lock_cb()
1216 cur_member = active.members[active.members_handled]; in csip_set_coordinator_lock_state_read_cb()
[all …]
DKconfig.csip72 to locate members and decrypt the SIRK, and thus won't work
73 with set members that are not using the sample data.
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/shell/
Dcsip_set_coordinator.c152 struct bt_csip_set_coordinator_set_member *members[], in csip_set_coordinator_oap_cb() argument
156 printk("Ordered access for members[%zu]: %p\n", i, members[i]); in csip_set_coordinator_oap_cb()
429 const struct bt_csip_set_coordinator_set_member *members[ARRAY_SIZE(set_members)]; in cmd_csip_set_coordinator_ordered_access() local
440 if (member_count > ARRAY_SIZE(members)) { in cmd_csip_set_coordinator_ordered_access()
449 members[i] = set_members[i]; in cmd_csip_set_coordinator_ordered_access()
452 err = bt_csip_set_coordinator_ordered_access(members, in cmd_csip_set_coordinator_ordered_access()
453 ARRAY_SIZE(members), in cmd_csip_set_coordinator_ordered_access()
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/
Ddfu_cli.rst16 :members:
Dlcd_cli.rst26 :members:
Drpr_srv.rst29 :members:
Dod_srv.rst28 :members:
Dop_agg_cli.rst31 :members:
Dop_agg_srv.rst32 :members:
Dsar_cfg_srv.rst31 :members:
Dsrpl_cli.rst35 :members:
Dod_cli.rst37 :members:
Dpriv_beacon_cli.rst35 :members:
Dsrpl_srv.rst34 :members:
Ddfd_srv.rst41 :members:
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/src/
Dcsip_set_coordinator_test.c137 struct bt_csip_set_coordinator_set_member *members[], in csip_set_coordinator_oap_cb() argument
141 printk("Ordered access for members[%zu]: %p\n", i, members[i]); in csip_set_coordinator_oap_cb()
217 static void ordered_access(const struct bt_csip_set_coordinator_set_member **members, in ordered_access() argument
231 err = bt_csip_set_coordinator_ordered_access(members, count, in ordered_access()
/Zephyr-Core-3.5.0/doc/project/
Dcommunication.rst11 communication tool by project members, contributors, and the community. There
Dproject_roles.rst15 members of the TSC under the guidelines stated in the project Charter.
18 May become a Maintainer with approval of existing TSC voting members.
134 approved by the TSC voting members.
168 * The members of the Release Engineering team are expected to fill
191 Nominees may become members of the team by approval of the
192 existing TSC voting members.
196 composition (ensure, for example, that team members are
282 should send the requested changes to the TSC and give members of the TSC two
/Zephyr-Core-3.5.0/doc/develop/optimizations/
Dtools.rst201 /* size: 8, cachelines: 1, members: 2 */
209 /* size: 4, cachelines: 1, members: 1 */
219 /* size: 12, cachelines: 1, members: 3 */
/Zephyr-Core-3.5.0/scripts/build/
Dgen_kobject_list.py320 self.members = []
323 self.members.append(member)
326 return "<struct %s, with %s>" % (self.name, self.members)
333 for member in self.members:
341 self.members.remove(bad_member)
347 for member in self.members:
/Zephyr-Core-3.5.0/
DCODE_OF_CONDUCT.md21 * Showing empathy towards other community members
68 members of the project's leadership.
/Zephyr-Core-3.5.0/.github/ISSUE_TEMPLATE/
D003_rfc-proposal.md12 This section targets end users, TSC members, maintainers and anyone else that might

123