Searched refs:bondable (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_per_connection/src/ |
D | bs_bt_utils.c | 32 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/ |
D | gap.rst | 327 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/ |
D | btp_gap.h | 98 uint8_t bondable; member
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_gap.c | 602 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/ |
D | smp.c | 214 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()
|
D | Kconfig | 690 set the bondable flag in their pairing request. Any other kind of
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 3852 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/ |
D | release-notes-4.0.rst | 208 * Added support for non-bondable mode (SSP)
|
D | release-notes-3.5.rst | 180 * Added SMP bondable flag overlay per connection
|
D | release-notes-3.3.rst | 2979 * :github:`54104` - Bluetooth: Host: Bonding information distribution in the non-bondable mode
|