/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/shell/ |
D | csip.rst | 13 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/ |
D | csip.h | 381 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,
|
D | cap.h | 589 union bt_cap_set_member **members; member
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | csip_set_coordinator.c | 75 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 …]
|
D | Kconfig.csip | 72 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/ |
D | csip_set_coordinator.c | 152 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/ |
D | dfu_cli.rst | 16 :members:
|
D | lcd_cli.rst | 26 :members:
|
D | rpr_srv.rst | 29 :members:
|
D | od_srv.rst | 28 :members:
|
D | op_agg_cli.rst | 31 :members:
|
D | op_agg_srv.rst | 32 :members:
|
D | sar_cfg_srv.rst | 31 :members:
|
D | srpl_cli.rst | 35 :members:
|
D | od_cli.rst | 37 :members:
|
D | priv_beacon_cli.rst | 35 :members:
|
D | srpl_srv.rst | 34 :members:
|
D | dfd_srv.rst | 41 :members:
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/src/ |
D | csip_set_coordinator_test.c | 137 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/ |
D | communication.rst | 11 communication tool by project members, contributors, and the community. There
|
D | project_roles.rst | 15 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/ |
D | tools.rst | 201 /* 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/ |
D | gen_kobject_list.py | 320 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/ |
D | CODE_OF_CONDUCT.md | 21 * Showing empathy towards other community members 68 members of the project's leadership.
|
/Zephyr-Core-3.5.0/.github/ISSUE_TEMPLATE/ |
D | 003_rfc-proposal.md | 12 This section targets end users, TSC members, maintainers and anyone else that might
|