Home
last modified time | relevance | path

Searched refs:bt_foreach_bond (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_foreach_bond/src/
Dtest_suite_foreach_bond_invalid_inputs.c35 bt_foreach_bond(0x00, NULL, NULL); in ZTEST()
58 bt_foreach_bond(0x00, bt_foreach_bond_unreachable_cb, NULL); in ZTEST()
81 bt_foreach_bond(id, bt_foreach_bond_unreachable_cb, &user_data); in ZTEST()
Dmain.c71 bt_foreach_bond(id, bt_foreach_bond_unreachable_cb, NULL); in ZTEST()
127 bt_foreach_bond(id, bt_foreach_bond_expected_cb, (void *)&call_counter); in ZTEST()
/Zephyr-latest/tests/bluetooth/audio/mocks/include/
Dconn.h22 FAKE(bt_foreach_bond)
28 DECLARE_FAKE_VOID_FUNC(bt_foreach_bond, uint8_t, bt_foreach_bond_cb, void *);
/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Dconn.c22 DEFINE_FAKE_VOID_FUNC(bt_foreach_bond, uint8_t, bt_foreach_bond_cb, void *);
/Zephyr-latest/samples/bluetooth/direct_adv/src/
Dmain.c118 bt_foreach_bond(BT_ID_DEFAULT, copy_last_bonded_addr, NULL); in bt_ready()
/Zephyr-latest/samples/bluetooth/peripheral_accept_list/src/
Dmain.c122 bt_foreach_bond(BT_ID_DEFAULT, add_bonded_addr_to_filter_list, NULL); in bt_ready()
/Zephyr-latest/subsys/bluetooth/host/
Dkeys.c159 void bt_foreach_bond(uint8_t id, void (*func)(const struct bt_bond_info *info, in bt_foreach_bond() function
Dhci_core.c2090 bt_foreach_bond(id, unpair_remote, &id); in bt_unpair()
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h2765 void bt_foreach_bond(uint8_t id, void (*func)(const struct bt_bond_info *info,
/Zephyr-latest/subsys/bluetooth/audio/
Dcsip_set_member.c840 bt_foreach_bond(BT_ID_DEFAULT, add_bonded_addr_to_client_list, NULL); in bt_csip_set_member_register()
Dpacs.c1342 bt_foreach_bond(BT_ID_DEFAULT, add_bonded_addr_to_client_list, NULL); in bt_pacs_cap_register()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c3913 bt_foreach_bond(selected_id, bond_info, &bond_count); in cmd_bonds()
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst348 * Improve :c:func:`bt_foreach_bond` to support Bluetooth Classic key traversal.