Home
last modified time | relevance | path

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

12

/Zephyr-latest/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-latest/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-latest/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-latest/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-latest/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-latest/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-latest/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-latest/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_sync.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-latest/samples/bluetooth/peripheral_sc_only/src/
Dmain.c111 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
/Zephyr-latest/samples/bluetooth/direct_adv/src/
Dmain.c141 void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
/Zephyr-latest/samples/bluetooth/peripheral_accept_list/src/
Dmain.c144 void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
/Zephyr-latest/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-latest/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-latest/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-latest/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-latest/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-latest/subsys/bluetooth/audio/
Dcsip_set_member.c570 static void auth_pairing_complete(struct bt_conn *conn, bool bonded) in auth_pairing_complete() argument
584 bonded ? "" : "not "); in auth_pairing_complete()
586 if (!bonded) { in auth_pairing_complete()
Dpacs.c929 static void pacs_auth_pairing_complete(struct bt_conn *conn, bool bonded) in pacs_auth_pairing_complete() argument
932 bonded ? "" : "not "); in pacs_auth_pairing_complete()
934 if (!bonded) { in pacs_auth_pairing_complete()
/Zephyr-latest/boards/st/stm32g0316_disco/doc/
Dindex.rst60 Due to the small number of I/O pins on the SO8 package, multiple die I/Os are bonded
/Zephyr-latest/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-latest/subsys/bluetooth/host/
DKconfig222 Load Client Configuration Characteristic setting right after a bonded
225 bonded devices will be loaded when calling settings_load.
467 The IRK is a shared secret, distributed to peers bonded to that
470 An attacker that has stolen or once bonded and retained the IRK can
475 restore anonymity from previously bonded peers. But unless this config
484 to be recognizable by only that one bonded device.
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h2387 void (*pairing_complete)(struct bt_conn *conn, bool bonded);

12