/Zephyr-Core-3.5.0/samples/bluetooth/direct_adv/ |
D | README.rst | 9 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/ |
D | README.rst | 10 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/ |
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()
|
D | bs_bt_utils.h | 66 void pairing_complete(struct bt_conn *conn, bool bonded);
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/security_changed_callback/src/ |
D | bs_bt_utils.c | 93 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument 98 if (bonded) { in pairing_complete()
|
D | peripheral.c | 21 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/ |
D | utils.c | 146 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/ |
D | bs_bt_utils.c | 96 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/ |
D | test_connect1.c | 205 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/ |
D | per_adv_advertiser.c | 60 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()
|
D | per_adv_syncer.c | 66 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/ |
D | main.c | 106 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
|
/Zephyr-Core-3.5.0/samples/bluetooth/direct_adv/src/ |
D | main.c | 140 void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
|
/Zephyr-Core-3.5.0/samples/bluetooth/peripheral_accept_list/src/ |
D | main.c | 142 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/ |
D | bs_bt_utils.c | 89 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/ |
D | main.c | 101 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/ |
D | bs_bt_utils.c | 89 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/ |
D | utils.c | 103 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/ |
D | utils.c | 104 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | csip_set_member.c | 643 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()
|
D | pacs.c | 886 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/ |
D | test_undirected_peripheral.c | 374 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() argument
|
/Zephyr-Core-3.5.0/boards/arm/stm32g0316_disco/doc/ |
D | index.rst | 67 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/ |
D | conn.h | 1473 void (*pairing_complete)(struct bt_conn *conn, bool bonded);
|
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | Kconfig | 216 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.
|