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/ |
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-Core-3.4.0/samples/bluetooth/direct_adv/src/ |
D | main.c | 117 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/ |
D | main.c | 120 bt_foreach_bond(BT_ID_DEFAULT, add_bonded_addr_to_filter_list, NULL); in bt_ready()
|
/Zephyr-Core-3.4.0/subsys/bluetooth/host/ |
D | keys.c | 154 void bt_foreach_bond(uint8_t id, void (*func)(const struct bt_bond_info *info, in bt_foreach_bond() function
|
D | hci_core.c | 1954 bt_foreach_bond(id, unpair_remote, &id); in bt_unpair()
|
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/ |
D | bluetooth.h | 2522 void bt_foreach_bond(uint8_t id, void (*func)(const struct bt_bond_info *info,
|
/Zephyr-Core-3.4.0/subsys/bluetooth/shell/ |
D | bt.c | 3203 bt_foreach_bond(selected_id, bond_info, &bond_count); in cmd_bonds()
|