Home
last modified time | relevance | path

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

12

/Zephyr-4.1.0/samples/bluetooth/direct_adv/
DREADME.rst5 Advertise directly to a bonded central device.
10 Application demonstrating the Bluetooth LE Direct Advertising capability. If no device is bonded
11 to the peripheral, casual advertising will be performed. Once bonded, on every subsequent
12 boot direct advertising to the bonded central will be performed. Additionally this sample
13 provides two Bluetooth LE characteristics. To perform write, devices need to be bonded, while read
/Zephyr-4.1.0/samples/bluetooth/peripheral_accept_list/
DREADME.rst11 If no device is bonded to the peripheral, casual advertising will be performed.
12 Once a device is bonded, on subsequent boots, connection requests will only be
19 to be bonded, while a read can be done immediately after a connection
/Zephyr-4.1.0/tests/bsim/bluetooth/host/gatt/sc_indicate/src/
Dbs_bt_utils.h30 void pairing_complete(struct bt_conn *conn, bool bonded);
Dbs_bt_utils.c165 void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
170 if (bonded) { in pairing_complete()
/Zephyr-4.1.0/tests/bsim/bluetooth/host/security/security_changed_callback/src/
Dbs_bt_utils.c78 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
83 if (bonded) { in pairing_complete()
Dperipheral.c22 static void pairing_complete_unpair(struct bt_conn *conn, bool bonded) in pairing_complete_unpair() argument
/Zephyr-4.1.0/tests/bsim/bluetooth/host/security/bond_per_connection/src/
Dbs_bt_utils.c80 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
84 if (bonded) { in pairing_complete()
/Zephyr-4.1.0/tests/bsim/bluetooth/host/gatt/settings/src/
Dutils.c153 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
155 __ASSERT(bonded, "Bonding failed\n"); in pairing_complete()
/Zephyr-4.1.0/tests/bsim/bluetooth/ll/conn/src/
Dtest_connect1.c235 static void update_conn(struct bt_conn *conn, bool bonded) in update_conn() argument
239 if (encrypt_link != bonded) { in update_conn()
244 printk("Updating connection (bonded: %d)\n", bonded); in update_conn()
/Zephyr-4.1.0/tests/bsim/bluetooth/host/adv/periodic/src/
Dper_adv_advertiser.c62 static void pairing_complete_cb(struct bt_conn *conn, bool bonded) in pairing_complete_cb() argument
64 if (conn == g_conn && bonded) { in pairing_complete_cb()
Dper_adv_sync.c68 static void pairing_complete_cb(struct bt_conn *conn, bool bonded) in pairing_complete_cb() argument
70 if (conn == g_conn && bonded) { in pairing_complete_cb()
/Zephyr-4.1.0/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/
Dbs_bt_utils.c71 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
/Zephyr-4.1.0/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/
Dbs_bt_utils.c71 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
/Zephyr-4.1.0/samples/bluetooth/peripheral_sc_only/src/
Dmain.c124 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
/Zephyr-4.1.0/samples/bluetooth/direct_adv/src/
Dmain.c141 void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
/Zephyr-4.1.0/samples/bluetooth/peripheral_accept_list/src/
Dmain.c144 void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
/Zephyr-4.1.0/samples/boards/phytec/reel_board/mesh_badge/src/
Dmain.c106 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
/Zephyr-4.1.0/tests/bsim/bluetooth/host/security/id_addr_update/peripheral/src/
Dutils.c90 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
/Zephyr-4.1.0/tests/bsim/bluetooth/host/security/id_addr_update/central/src/
Dutils.c91 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
/Zephyr-4.1.0/subsys/bluetooth/audio/
Dcsip_set_member.c564 static void auth_pairing_complete(struct bt_conn *conn, bool bonded) in auth_pairing_complete() argument
578 bonded ? "" : "not "); in auth_pairing_complete()
580 if (!bonded) { in auth_pairing_complete()
Dpacs.c1161 static void pacs_auth_pairing_complete(struct bt_conn *conn, bool bonded) in pacs_auth_pairing_complete() argument
1164 bonded ? "" : "not "); in pacs_auth_pairing_complete()
1166 if (!bonded) { in pacs_auth_pairing_complete()
/Zephyr-4.1.0/boards/st/stm32g0316_disco/doc/
Dindex.rst38 Due to the small number of I/O pins on the SO8 package, multiple die I/Os are bonded
/Zephyr-4.1.0/tests/bsim/bluetooth/host/privacy/device/src/
Dtest_undirected_peripheral.c350 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
/Zephyr-4.1.0/subsys/bluetooth/host/
DKconfig226 Load Client Configuration Characteristic setting right after a bonded
229 bonded devices will be loaded when calling settings_load.
471 The IRK is a shared secret, distributed to peers bonded to that
474 An attacker that has stolen or once bonded and retained the IRK can
479 restore anonymity from previously bonded peers. But unless this config
488 to be recognizable by only that one bonded device.
/Zephyr-4.1.0/include/zephyr/bluetooth/
Dconn.h2425 void (*pairing_complete)(struct bt_conn *conn, bool bonded);

12