Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dfoundation.h143 #define STATUS_INSUFF_RESOURCES 0x05 macro
Dva.c75 return STATUS_INSUFF_RESOURCES; in bt_mesh_va_add()
Dbrg_cfg.c276 *status = STATUS_INSUFF_RESOURCES; in bt_mesh_brg_cfg_tbl_add()
Dcfg_srv.c231 return STATUS_INSUFF_RESOURCES; in mod_bind()
1002 status = STATUS_INSUFF_RESOURCES; in mod_sub_add()
1167 status = STATUS_INSUFF_RESOURCES; in mod_sub_overwrite()
1438 status = STATUS_INSUFF_RESOURCES; in mod_sub_va_add()
1456 status = STATUS_INSUFF_RESOURCES; in mod_sub_va_add()
1611 status = STATUS_INSUFF_RESOURCES; in mod_sub_va_overwrite()
Dapp_keys.c252 return STATUS_INSUFF_RESOURCES; in bt_mesh_app_key_add()
Dsubnet.c380 return STATUS_INSUFF_RESOURCES; in bt_mesh_subnet_add()
/Zephyr-latest/tests/bluetooth/mesh/brg/src/
Dmain.c92 zassert_equal(status, STATUS_INSUFF_RESOURCES); in check_fill_all_bt_entries()
557 zassert_equal(status, STATUS_INSUFF_RESOURCES); in check_fill_all_bt_entries_reversed()
595 zassert_equal(status, STATUS_INSUFF_RESOURCES); in check_fill_all_bt_entries_randomly()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_access.c494 ASSERT_EQUAL(STATUS_INSUFF_RESOURCES, status); in test_sub_capacity_ext_model()