Home
last modified time | relevance | path

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

/Zephyr-4.1.0/tests/bluetooth/audio/mocks/src/
Dhci_core.c12 bool bt_le_bond_exists(uint8_t id, const bt_addr_le_t *addr) in bt_le_bond_exists() function
/Zephyr-4.1.0/tests/bluetooth/audio/mocks/include/
Dhci_core.h15 bool bt_le_bond_exists(uint8_t id, const bt_addr_le_t *addr);
/Zephyr-4.1.0/doc/releases/
Drelease-notes-4.2.rst96 * :c:func:`bt_le_bond_exists`
/Zephyr-4.1.0/subsys/bluetooth/audio/
Dcsip_set_member.c466 if (!bt_le_bond_exists(conn->id, &conn->le.dst)) { in csip_security_changed()
523 if (!bt_le_bond_exists(conn->id, &conn->le.dst)) { in csip_disconnected()
Dhas.c272 if (client->context != NULL && !bt_le_bond_exists(info.id, info.le.dst)) { in client_free()
385 if (!bt_le_bond_exists(info.id, info.le.dst)) { in security_changed()
Dpacs.c1225 if (!bt_le_bond_exists(info.id, info.le.dst)) { in pacs_security_changed()
Dbap_scan_delegator.c274 if (err != 0 || level < BT_SECURITY_L2 || !bt_le_bond_exists(conn->id, &conn->le.dst)) { in scan_delegator_security_changed()
Dcsip_set_coordinator.c1676 if (err != 0 || !bt_le_bond_exists(info.id, info.le.dst)) { in all_members_bonded()
/Zephyr-4.1.0/subsys/bluetooth/host/
Dgatt.c387 if (bt_le_bond_exists(conn->id, &conn->le.dst)) { in sc_clear()
469 if (IS_ENABLED(CONFIG_BT_SETTINGS) && modified && bt_le_bond_exists(cfg->id, &cfg->peer)) { in sc_save()
1032 if (!bt_le_bond_exists(conn->id, &conn->le.dst)) { in remove_cf_cfg()
1150 bool is_bonded = bt_le_bond_exists(conn->id, &conn->le.dst); in bt_gatt_identity_resolved()
1450 bool bonded = bt_le_bond_exists(id, peer_addr); in gatt_delayed_store_enqueue()
1485 if (bt_le_bond_exists(id, peer_addr)) { in gatt_store_ccc_cf()
1673 bt_le_bond_exists(cfg->id, &cfg->peer)) { in gatt_unregister_ccc()
3426 if (!bt_le_bond_exists(conn->id, &conn->le.dst)) { in disconnected_cb()
3742 if (!bt_le_bond_exists(conn->id, &conn->le.dst) || in remove_subscriptions()
5676 if (!bt_le_bond_exists(conn->id, &conn->le.dst)) { in add_subscriptions()
[all …]
Dhci_core.c4555 bool bt_le_bond_exists(uint8_t id, const bt_addr_le_t *addr) in bt_le_bond_exists() function
Dsmp.c1150 le_bonded = bt_le_bond_exists(BT_ID_DEFAULT, &addr); in smp_br_pairing_allowed()
/Zephyr-4.1.0/include/zephyr/bluetooth/
Dbluetooth.h2869 bool bt_le_bond_exists(uint8_t id, const bt_addr_le_t *addr);
/Zephyr-4.1.0/tests/bluetooth/tester/src/
Dbtp_gap.c1165 if (!bt_le_bond_exists(BT_ID_DEFAULT, addr)) { in auth_pairing_accept()