| /Zephyr-4.1.0/samples/bluetooth/direct_adv/ |
| D | README.rst | 5 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/ |
| D | README.rst | 11 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/ |
| D | bs_bt_utils.h | 30 void pairing_complete(struct bt_conn *conn, bool bonded);
|
| D | bs_bt_utils.c | 165 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/ |
| D | bs_bt_utils.c | 78 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument 83 if (bonded) { in pairing_complete()
|
| D | peripheral.c | 22 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/ |
| D | bs_bt_utils.c | 80 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/ |
| D | utils.c | 153 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/ |
| D | test_connect1.c | 235 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/ |
| D | per_adv_advertiser.c | 62 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()
|
| D | per_adv_sync.c | 68 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/ |
| D | bs_bt_utils.c | 71 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/ |
| D | bs_bt_utils.c | 71 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
|
| /Zephyr-4.1.0/samples/bluetooth/peripheral_sc_only/src/ |
| D | main.c | 124 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
|
| /Zephyr-4.1.0/samples/bluetooth/direct_adv/src/ |
| D | main.c | 141 void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
|
| /Zephyr-4.1.0/samples/bluetooth/peripheral_accept_list/src/ |
| D | main.c | 144 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/ |
| D | main.c | 106 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/ |
| D | utils.c | 90 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/ |
| D | utils.c | 91 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
|
| /Zephyr-4.1.0/subsys/bluetooth/audio/ |
| D | csip_set_member.c | 564 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()
|
| D | pacs.c | 1161 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/ |
| D | index.rst | 38 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/ |
| D | test_undirected_peripheral.c | 350 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
|
| /Zephyr-4.1.0/subsys/bluetooth/host/ |
| D | Kconfig | 226 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/ |
| D | conn.h | 2425 void (*pairing_complete)(struct bt_conn *conn, bool bonded);
|