Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/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-Core-3.4.0/samples/bluetooth/direct_adv/src/
Dmain.c117 bt_foreach_bond(BT_ID_DEFAULT, copy_last_bonded_addr, NULL); in bt_ready()
/Zephyr-Core-3.4.0/samples/bluetooth/peripheral_accept_list/src/
Dmain.c120 bt_foreach_bond(BT_ID_DEFAULT, add_bonded_addr_to_filter_list, NULL); in bt_ready()
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dkeys.c154 void bt_foreach_bond(uint8_t id, void (*func)(const struct bt_bond_info *info, in bt_foreach_bond() function
Dhci_core.c1954 bt_foreach_bond(id, unpair_remote, &id); in bt_unpair()
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dbluetooth.h2522 void bt_foreach_bond(uint8_t id, void (*func)(const struct bt_bond_info *info,
/Zephyr-Core-3.4.0/subsys/bluetooth/shell/
Dbt.c3203 bt_foreach_bond(selected_id, bond_info, &bond_count); in cmd_bonds()