Home
last modified time | relevance | path

Searched full:bonding (Results 1 – 19 of 19) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/pts/
H A Dpts-gap.txt98 b set sm_data bonding=1 our_key_dist=7 their_key_dist=7
141 b set sm_data bonding=1 our_key_dist=7 their_key_dist=7
154 TC_BOND_NBON_BV_01_C PASS b set sm_data bonding=0
167 TC_BOND_BON_BV_01_C PASS b set sm_data bonding=1
173 TC_BOND_BON_BV_02_C PASS b set sm_data bonding=1
180 TC_BOND_BON_BV_03_C PASS b set sm_data bonding=1 our_key_dist=7 their_key_dist=7
185 TC_BOND_BON_BV_04_C PASS b set sm_data bonding=1
228 b set sm_data bonding=1
248 b set sm_data bonding=1
251 TC_SEC_AUT_BV_21_C PASS b set sm_data bonding=1
[all …]
H A Dpts-sm.txt156 SM/SLA/SIE/BV-01-C PASS b set sm_data bonding=1 our_key_dist=7 their_key_dist=7
H A Dpts-gatt.txt508 b set sm_data bonding=1 our_key_dist=7 their_key_dist=7
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_gatts_notify_test.c223 ble_gatts_notify_test_misc_init(uint16_t *out_conn_handle, int bonding, in ble_gatts_notify_test_misc_init() argument
243 if (bonding) { in ble_gatts_notify_test_misc_init()
302 if (bonding) { in ble_gatts_notify_test_misc_init()
817 /* Simulate a successful encryption procedure (bonding restoration). */ in TEST_CASE()
880 /* Simulate a successful encryption procedure (bonding restoration). */ in TEST_CASE()
965 /* Simulate a successful encryption procedure (bonding restoration). */ in TEST_CASE()
1077 * o Bonding after CCCD configuration. in TEST_SUITE()
H A Dble_sm_lgcy_test.c39 * Bonding: true
173 * Bonding: true
308 * Bonding: true
431 * Bonding: true
555 * Bonding: true
693 * Bonding: true
H A Dble_sm_sc_test.c39 * Bonding: true
181 * Bonding: true
786 * Bonding: true
1391 * Bonding: true
1535 * Bonding: true
1677 * Bonding: true
2282 * Bonding: true
2887 * Bonding: true
3031 * Bonding: true
3193 * Bonding: true
[all …]
H A Dble_sm_test_util.c1489 int bonding; in ble_sm_test_util_verify_persist() local
1499 bonding = params->pair_req.authreq & BLE_SM_PAIR_AUTHREQ_BOND && in ble_sm_test_util_verify_persist()
1506 if (!bonding) { in ble_sm_test_util_verify_persist()
1543 if (!bonding) { in ble_sm_test_util_verify_persist()
1945 /* Bonding not performed. */ in ble_sm_test_util_bonding_all()
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/
H A Dsyscfg.yml31 # Disable security manager (pairing and bonding).
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/tools/
H A Dlog2smtest.rb60 bonding_str = "b#{$ctxt[:bonding] ? 1 : 0}"
79 * Bonding: #{$ctxt[:bonding]}
934 $ctxt[:bonding] = $ctxt[:pair_req][:authreq] & 1 == 1 &&
/nrf52832-nimble/packages/NimBLE-latest/docs/
H A Dble_sec.rst12 - **Bonding**: The act of storing the keys created during pairing for
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_hs.h215 * in storing keys distributed during bonding.
H A Dble_gap.h138 * (bonding restored).
618 * from persistence. This happens when bonding is restored.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dsyscfg.yml141 Enables bonding (persistence and restoration of secure links). (0/1)
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/store/ram/src/
H A Dble_store_ram.c401 /* An encryption procedure (bonding) is being attempted. The nimble in ble_store_ram_read()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/store/config/src/
H A Dble_store_config.c435 /* An encryption procedure (bonding) is being attempted. The nimble in ble_store_config_read()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_sm.c431 /* Authentication and bonding are never revoked from a secure link */ in ble_sm_update_sec_state()
935 /* Persist keys if bonding has successfully completed. */ in ble_sm_process_result()
1593 /* In legacy mode, bonding requires the exchange of keys. If no key in ble_sm_pair_cfg()
1594 * exchange was specified, pretend bonding is not enabled. in ble_sm_pair_cfg()
H A Dble_gatts.c1665 * Called when bonding has been restored via the encryption procedure. This
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/
H A Dcmd.c2885 tmp = parse_arg_bool("bonding", &rc); in cmd_security_set_data()
2890 console_printf("invalid 'bonding' parameter\n"); in cmd_security_set_data()
2918 {"bonding", "usage: =[0-1]"},
/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/
H A Dbtshell_GAP.rst28 4. **Bonding modes and procedures**
30 …- Bonding allows two connected devices to exchange and store security and identity information to…
32 - Bonding can occur only between two devices in bondable mode.
309 | | bonding-flag | [``0``-1] | Set Bonding flag in…