Searched refs:cred_flag (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_persistence.c | 71 .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()
|
D | test_suspend.c | 185 .cred_flag = false,
|
D | test_access.c | 505 .cred_flag = false, in pub_param_set()
|
D | test_provision.c | 571 healthpub.cred_flag = false; in node_configure_and_reset()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | cfg_srv.c | 116 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 …]
|
D | cfg_cli.c | 749 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/ |
D | btp_mesh.h | 275 uint8_t cred_flag; member 637 uint8_t cred_flag; member
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | cfg_cli.h | 404 bool cred_flag; member
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | cfg.c | 1528 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/ |
D | btp_mesh.c | 2653 pub.cred_flag = cp->cred_flag; in config_mod_pub_set() 2688 pub.cred_flag = cp->cred_flag; in config_mod_pub_va_set()
|