Searched refs:bt_foreach_bond (Results 1 – 13 of 13) sorted by relevance
| /Zephyr-latest/tests/bluetooth/host/keys/bt_keys_foreach_bond/src/ |
| D | test_suite_foreach_bond_invalid_inputs.c | 35 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()
|
| D | main.c | 71 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/ |
| D | conn.h | 22 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/ |
| D | conn.c | 22 DEFINE_FAKE_VOID_FUNC(bt_foreach_bond, uint8_t, bt_foreach_bond_cb, void *);
|
| /Zephyr-latest/samples/bluetooth/direct_adv/src/ |
| D | main.c | 118 bt_foreach_bond(BT_ID_DEFAULT, copy_last_bonded_addr, NULL); in bt_ready()
|
| /Zephyr-latest/samples/bluetooth/peripheral_accept_list/src/ |
| D | main.c | 122 bt_foreach_bond(BT_ID_DEFAULT, add_bonded_addr_to_filter_list, NULL); in bt_ready()
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | keys.c | 159 void bt_foreach_bond(uint8_t id, void (*func)(const struct bt_bond_info *info, in bt_foreach_bond() function
|
| D | hci_core.c | 2090 bt_foreach_bond(id, unpair_remote, &id); in bt_unpair()
|
| /Zephyr-latest/include/zephyr/bluetooth/ |
| D | bluetooth.h | 2765 void bt_foreach_bond(uint8_t id, void (*func)(const struct bt_bond_info *info,
|
| /Zephyr-latest/subsys/bluetooth/audio/ |
| D | csip_set_member.c | 840 bt_foreach_bond(BT_ID_DEFAULT, add_bonded_addr_to_client_list, NULL); in bt_csip_set_member_register()
|
| D | pacs.c | 1342 bt_foreach_bond(BT_ID_DEFAULT, add_bonded_addr_to_client_list, NULL); in bt_pacs_cap_register()
|
| /Zephyr-latest/subsys/bluetooth/host/shell/ |
| D | bt.c | 3913 bt_foreach_bond(selected_id, bond_info, &bond_count); in cmd_bonds()
|
| /Zephyr-latest/doc/releases/ |
| D | release-notes-3.7.rst | 348 * Improve :c:func:`bt_foreach_bond` to support Bluetooth Classic key traversal.
|