Searched refs:bt_le_bond_exists (Results 1 – 13 of 13) sorted by relevance
| /Zephyr-4.1.0/tests/bluetooth/audio/mocks/src/ |
| D | hci_core.c | 12 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/ |
| D | hci_core.h | 15 bool bt_le_bond_exists(uint8_t id, const bt_addr_le_t *addr);
|
| /Zephyr-4.1.0/doc/releases/ |
| D | release-notes-4.2.rst | 96 * :c:func:`bt_le_bond_exists`
|
| /Zephyr-4.1.0/subsys/bluetooth/audio/ |
| D | csip_set_member.c | 466 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()
|
| D | has.c | 272 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()
|
| D | pacs.c | 1225 if (!bt_le_bond_exists(info.id, info.le.dst)) { in pacs_security_changed()
|
| D | bap_scan_delegator.c | 274 if (err != 0 || level < BT_SECURITY_L2 || !bt_le_bond_exists(conn->id, &conn->le.dst)) { in scan_delegator_security_changed()
|
| D | csip_set_coordinator.c | 1676 if (err != 0 || !bt_le_bond_exists(info.id, info.le.dst)) { in all_members_bonded()
|
| /Zephyr-4.1.0/subsys/bluetooth/host/ |
| D | gatt.c | 387 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 …]
|
| D | hci_core.c | 4555 bool bt_le_bond_exists(uint8_t id, const bt_addr_le_t *addr) in bt_le_bond_exists() function
|
| D | smp.c | 1150 le_bonded = bt_le_bond_exists(BT_ID_DEFAULT, &addr); in smp_br_pairing_allowed()
|
| /Zephyr-4.1.0/include/zephyr/bluetooth/ |
| D | bluetooth.h | 2869 bool bt_le_bond_exists(uint8_t id, const bt_addr_le_t *addr);
|
| /Zephyr-4.1.0/tests/bluetooth/tester/src/ |
| D | btp_gap.c | 1165 if (!bt_le_bond_exists(BT_ID_DEFAULT, addr)) { in auth_pairing_accept()
|