Home
last modified time | relevance | path

Searched refs:bondable (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_per_connection/src/
Dbs_bt_utils.c32 DEFINE_FLAG(bondable);
66 if (GET_FLAG(call_bt_conn_set_bondable) && bt_conn_set_bondable(conn, GET_FLAG(bondable))) { in connected()
201 SET_FLAG(bondable); in set_bondable()
203 UNSET_FLAG(bondable); in set_bondable()
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Dgap.rst327 Enabling authentication requires the devices to be bondable. By default the shell is bondable. You
328 can make the shell not bondable using :code:`bt bondable off`. You can list all the devices you are
/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp_gap.h98 uint8_t bondable; member
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c602 LOG_DBG("bondable: %d", cp->bondable); in set_bondable()
604 if (cp->bondable) { in set_bondable()
610 bt_set_bondable(cp->bondable); in set_bondable()
/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c214 atomic_t bondable; member
282 static bool bondable = IS_ENABLED(CONFIG_BT_BONDABLE);
324 (void)atomic_cas(&smp->bondable, BT_SMP_BONDABLE_UNINITIALIZED, (atomic_val_t)bondable); in latch_bondable()
326 return atomic_get(&smp->bondable); in latch_bondable()
2659 bondable = enable; in bt_set_bondable()
2664 return bondable; in bt_get_bondable()
4691 atomic_set(&smp->bondable, BT_SMP_BONDABLE_UNINITIALIZED); in bt_smp_connected()
5465 if (atomic_cas(&smp->bondable, BT_SMP_BONDABLE_UNINITIALIZED, (atomic_val_t)enable)) { in bt_conn_set_bondable()
DKconfig690 set the bondable flag in their pairing request. Any other kind of
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c3852 const char *bondable; in cmd_bondable() local
3854 bondable = argv[1]; in cmd_bondable()
3855 if (!strcmp(bondable, "on")) { in cmd_bondable()
3857 } else if (!strcmp(bondable, "off")) { in cmd_bondable()
5056 SHELL_CMD_ARG(bondable, NULL, HELP_ONOFF, cmd_bondable,
5059 SHELL_CMD_ARG(conn-bondable, NULL, HELP_ONOFF, cmd_conn_bondable, 2, 0),
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst208 * Added support for non-bondable mode (SSP)
Drelease-notes-3.5.rst180 * Added SMP bondable flag overlay per connection
Drelease-notes-3.3.rst2979 * :github:`54104` - Bluetooth: Host: Bonding information distribution in the non-bondable mode