Home
last modified time | relevance | path

Searched full:ble_store_max_bonds (Results 1 – 8 of 8) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/store/config/src/
H A Dble_store_config_priv.h28 ble_store_config_our_secs[MYNEWT_VAL(BLE_STORE_MAX_BONDS)];
32 ble_store_config_peer_secs[MYNEWT_VAL(BLE_STORE_MAX_BONDS)];
H A Dble_store_config.c32 ble_store_config_our_secs[MYNEWT_VAL(BLE_STORE_MAX_BONDS)];
36 ble_store_config_peer_secs[MYNEWT_VAL(BLE_STORE_MAX_BONDS)];
157 if (ble_store_config_num_our_secs >= MYNEWT_VAL(BLE_STORE_MAX_BONDS)) { in ble_store_config_write_our_sec()
288 if (ble_store_config_num_peer_secs >= MYNEWT_VAL(BLE_STORE_MAX_BONDS)) { in ble_store_config_write_peer_sec()
H A Dble_store_config_conf.c52 (MYNEWT_VAL(BLE_STORE_MAX_BONDS) * BLE_STORE_CONFIG_SEC_ENCODE_SZ + 1)
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/store/ram/src/
H A Dble_store_ram.c35 ble_store_ram_our_secs[MYNEWT_VAL(BLE_STORE_MAX_BONDS)];
39 ble_store_ram_peer_secs[MYNEWT_VAL(BLE_STORE_MAX_BONDS)];
158 if (ble_store_ram_num_our_secs >= MYNEWT_VAL(BLE_STORE_MAX_BONDS)) { in ble_store_ram_write_our_sec()
272 if (ble_store_ram_num_peer_secs >= MYNEWT_VAL(BLE_STORE_MAX_BONDS)) { in ble_store_ram_write_peer_sec()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_store_util.c198 ble_addr_t peer_id_addrs[MYNEWT_VAL(BLE_STORE_MAX_BONDS)]; in ble_store_util_delete_oldest_peer()
H A Dble_sm.c995 if (count < MYNEWT_VAL(BLE_STORE_MAX_BONDS)) { in ble_sm_chk_store_overflow_by_type()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dsyscfg.yml374 BLE_STORE_MAX_BONDS:
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_store_test.c99 if (i < MYNEWT_VAL(BLE_STORE_MAX_BONDS)) { in ble_store_test_util_overflow_sec()