Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dcfg_srv.h90 bool cred_flag; member
101 bool cred_flag; member
Dcfg_cli.h75 bool cred_flag; member
175 bool cred_flag; member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_config_model_api.h193 bool cred_flag; /*!< Value of the Friendship Credential Flag */ member
254 bool cred_flag; /*!< Value of the Friendship Credential Flag */ member
444 bool cred_flag; /*!< Value of the Friendship Credential Flag */ member
617 bool cred_flag; /*!< Friendship Credential Flag */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_config_model.c521 .cred_flag = set->model_pub_set.cred_flag, in btc_ble_mesh_config_client_set_state()
569 .cred_flag = set->model_pub_va_set.cred_flag, in btc_ble_mesh_config_client_set_state()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcfg_srv.c216 uint16_t app_idx, uint8_t cred_flag, uint8_t ttl, uint8_t period, in _mod_pub_set() argument
223 if (!IS_ENABLED(CONFIG_BLE_MESH_LOW_POWER) && cred_flag) { in _mod_pub_set()
265 model->pub->cred = cred_flag; in _mod_pub_set()
1060 uint8_t retransmit = 0U, status = 0U, pub_ttl = 0U, pub_period = 0U, cred_flag = 0U; in mod_pub_set() local
1075 cred_flag = ((pub_app_idx >> 12) & BIT_MASK(1)); in mod_pub_set()
1089 elem_addr, pub_addr, cred_flag); in mod_pub_set()
1110 status = _mod_pub_set(mod, pub_addr, pub_app_idx, cred_flag, pub_ttl, in mod_pub_set()
1122 change.cfg_mod_pub_set.cred_flag = mod->pub->cred; in mod_pub_set()
1266 uint8_t retransmit = 0U, status = 0U, pub_ttl = 0U, pub_period = 0U, cred_flag = 0U; in mod_pub_va_set() local
1282 cred_flag = ((pub_app_idx >> 12) & BIT_MASK(1)); in mod_pub_va_set()
[all …]
Dcfg_cli.c401 status.cred_flag = (status.app_idx & BIT(12)); in mod_pub_status()
939 net_buf_simple_add_le16(&msg, (pub->app_idx | (pub->cred_flag << 12))); in bt_mesh_cfg_mod_pub_set()
1020 net_buf_simple_add_le16(&msg, (pub->app_idx | (pub->cred_flag << 12))); in bt_mesh_cfg_mod_pub_va_set()