Home
last modified time | relevance | path

Searched refs:bonded (Results 1 – 25 of 38) sorted by relevance

12

/Zephyr-Core-3.5.0/samples/bluetooth/direct_adv/
DREADME.rst9 Application demonstrating the BLE Direct Advertising capability. If no device is bonded
10 to the peripheral, casual advertising will be performed. Once bonded, on every subsequent
11 boot direct advertising to the bonded central will be performed. Additionally this sample
12 provides two BLE characteristics. To perform write, devices need to be bonded, while read
/Zephyr-Core-3.5.0/samples/bluetooth/peripheral_accept_list/
DREADME.rst10 If no device is bonded to the peripheral, casual advertising will be performed.
11 Once a device is bonded, on subsequent boots, connection requests will only be
18 to be bonded, while a read can be done immediately after a connection
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/gatt/sc_indicate/src/
Dbs_bt_utils.c165 void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
170 if (bonded) { in pairing_complete()
Dbs_bt_utils.h66 void pairing_complete(struct bt_conn *conn, bool bonded);
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/security_changed_callback/src/
Dbs_bt_utils.c93 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
98 if (bonded) { in pairing_complete()
Dperipheral.c21 static void pairing_complete_unpair(struct bt_conn *conn, bool bonded) in pairing_complete_unpair() argument
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/gatt/settings/src/
Dutils.c146 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
148 __ASSERT(bonded, "Bonding failed\n"); in pairing_complete()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/bond_per_connection/src/
Dbs_bt_utils.c96 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
100 if (bonded) { in pairing_complete()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/conn/src/
Dtest_connect1.c205 static void update_conn(struct bt_conn *conn, bool bonded) in update_conn() argument
209 if (encrypt_link != bonded) { in update_conn()
214 printk("Updating connection (bonded: %d)\n", bonded); in update_conn()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/adv/periodic/src/
Dper_adv_advertiser.c60 static void pairing_complete_cb(struct bt_conn *conn, bool bonded) in pairing_complete_cb() argument
62 if (conn == g_conn && bonded) { in pairing_complete_cb()
Dper_adv_syncer.c66 static void pairing_complete_cb(struct bt_conn *conn, bool bonded) in pairing_complete_cb() argument
68 if (conn == g_conn && bonded) { in pairing_complete_cb()
/Zephyr-Core-3.5.0/samples/bluetooth/peripheral_sc_only/src/
Dmain.c106 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
/Zephyr-Core-3.5.0/samples/bluetooth/direct_adv/src/
Dmain.c140 void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
/Zephyr-Core-3.5.0/samples/bluetooth/peripheral_accept_list/src/
Dmain.c142 void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/
Dbs_bt_utils.c89 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
/Zephyr-Core-3.5.0/samples/boards/reel_board/mesh_badge/src/
Dmain.c101 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/
Dbs_bt_utils.c89 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/id_addr_update/peripheral/src/
Dutils.c103 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/id_addr_update/central/src/
Dutils.c104 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dcsip_set_member.c643 static void auth_pairing_complete(struct bt_conn *conn, bool bonded) in auth_pairing_complete() argument
657 bonded ? "" : "not "); in auth_pairing_complete()
659 if (!bonded) { in auth_pairing_complete()
Dpacs.c886 static void pacs_auth_pairing_complete(struct bt_conn *conn, bool bonded) in pacs_auth_pairing_complete() argument
889 bonded ? "" : "not "); in pacs_auth_pairing_complete()
891 if (!bonded) { in pacs_auth_pairing_complete()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/device/src/
Dtest_undirected_peripheral.c374 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
/Zephyr-Core-3.5.0/boards/arm/stm32g0316_disco/doc/
Dindex.rst67 Due to the small number of I/O pins on the SO8 package, multiple die I/Os are bonded
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Dconn.h1473 void (*pairing_complete)(struct bt_conn *conn, bool bonded);
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
DKconfig216 Load Client Configuration Characteristic setting right after a bonded
219 bonded devices will be loaded when calling settings_load.
416 The IRK is a shared secret, distributed to peers bonded to that
419 An attacker that has stolen or once bonded and retained the IRK can
424 restore anonymity from previously bonded peers. But unless this config
433 to be recognizable by only that one bonded device.

12