Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_persistence.c71 .cred_flag = true, \
81 .cred_flag = true, \
91 .cred_flag = false, \
101 .cred_flag = false, \
111 .cred_flag = false, \
335 ASSERT_EQUAL(expected->cred_flag, got->cred_flag); in check_mod_pub_params()
Dtest_suspend.c185 .cred_flag = false,
Dtest_access.c505 .cred_flag = false, in pub_param_set()
Dtest_provision.c571 healthpub.cred_flag = false; in node_configure_and_reset()
/Zephyr-latest/subsys/bluetooth/mesh/
Dcfg_srv.c116 const uint8_t *uuid, uint16_t app_idx, uint8_t cred_flag, in _mod_pub_set() argument
123 if (!IS_ENABLED(CONFIG_BT_MESH_LOW_POWER) && cred_flag) { in _mod_pub_set()
171 model->pub->cred = cred_flag; in _mod_pub_set()
748 uint8_t retransmit, status, pub_ttl, pub_period, cred_flag; in mod_pub_set() local
768 cred_flag = ((pub_app_idx >> 12) & BIT_MASK(1)); in mod_pub_set()
781 LOG_DBG("elem_addr 0x%04x pub_addr 0x%04x cred_flag %u", elem_addr, pub_addr, cred_flag); in mod_pub_set()
801 status = _mod_pub_set(mod, pub_addr, NULL, pub_app_idx, cred_flag, pub_ttl, in mod_pub_set()
845 uint8_t retransmit, status, pub_ttl, pub_period, cred_flag; in mod_pub_va_set() local
867 cred_flag = ((pub_app_idx >> 12) & BIT_MASK(1)); in mod_pub_va_set()
879 LOG_DBG("elem_addr 0x%04x cred_flag %u", elem_addr, cred_flag); in mod_pub_va_set()
[all …]
Dcfg_cli.c749 pub.cred_flag = (pub.app_idx & BIT(12)); in mod_pub_status()
784 param->pub->cred_flag = pub.cred_flag; in mod_pub_status()
1990 net_buf_simple_add_le16(&msg, (pub->app_idx | (pub->cred_flag << 12))); in mod_pub_set()
2028 net_buf_simple_add_le16(&msg, (pub->app_idx | (pub->cred_flag << 12))); in mod_pub_va_set()
/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp_mesh.h275 uint8_t cred_flag; member
637 uint8_t cred_flag; member
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg_cli.h404 bool cred_flag; member
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dcfg.c1528 addr, mod_id, pub.addr, pub.app_idx, pub.cred_flag, pub.ttl, pub.period, in mod_pub_get()
1555 pub.cred_flag = shell_strtobool(argv[2], 0, &err); in mod_pub_set()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c2653 pub.cred_flag = cp->cred_flag; in config_mod_pub_set()
2688 pub.cred_flag = cp->cred_flag; in config_mod_pub_va_set()