Searched refs:cred_flag (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | cfg_srv.h | 90 bool cred_flag; member 101 bool cred_flag; member
|
D | cfg_cli.h | 75 bool cred_flag; member 175 bool cred_flag; member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/ |
D | esp_ble_mesh_config_model_api.h | 193 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/ |
D | btc_ble_mesh_config_model.c | 521 .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/ |
D | cfg_srv.c | 216 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 …]
|
D | cfg_cli.c | 401 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()
|