Home
last modified time | relevance | path

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

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_store_test.c117 ble_store_test_util_count(int obj_type) in ble_store_test_util_count() function
397 ble_store_test_util_count(BLE_STORE_OBJ_TYPE_OUR_SEC) == 2); in TEST_CASE()
399 ble_store_test_util_count(BLE_STORE_OBJ_TYPE_PEER_SEC) == 2); in TEST_CASE()
401 ble_store_test_util_count(BLE_STORE_OBJ_TYPE_CCCD) == 3); in TEST_CASE()
406 TEST_ASSERT(ble_store_test_util_count(BLE_STORE_OBJ_TYPE_OUR_SEC) == 0); in TEST_CASE()
407 TEST_ASSERT(ble_store_test_util_count(BLE_STORE_OBJ_TYPE_PEER_SEC) == 0); in TEST_CASE()
408 TEST_ASSERT(ble_store_test_util_count(BLE_STORE_OBJ_TYPE_CCCD) == 0); in TEST_CASE()
413 TEST_ASSERT(ble_store_test_util_count(BLE_STORE_OBJ_TYPE_OUR_SEC) == 0); in TEST_CASE()
414 TEST_ASSERT(ble_store_test_util_count(BLE_STORE_OBJ_TYPE_PEER_SEC) == 0); in TEST_CASE()
415 TEST_ASSERT(ble_store_test_util_count(BLE_STORE_OBJ_TYPE_CCCD) == 0); in TEST_CASE()