Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcfg_srv.c1061 uint16_t elem_addr = 0U, pub_addr = 0U, pub_app_idx = 0U; in mod_pub_set() local
1074 pub_app_idx = net_buf_simple_pull_le16(buf); in mod_pub_set()
1075 cred_flag = ((pub_app_idx >> 12) & BIT_MASK(1)); in mod_pub_set()
1076 pub_app_idx &= BIT_MASK(12); in mod_pub_set()
1091 pub_app_idx, pub_ttl, pub_period); in mod_pub_set()
1110 status = _mod_pub_set(mod, pub_addr, pub_app_idx, cred_flag, pub_ttl, in mod_pub_set()
1267 uint16_t elem_addr = 0U, pub_addr = 0U, pub_app_idx = 0U; in mod_pub_va_set() local
1281 pub_app_idx = net_buf_simple_pull_le16(buf); in mod_pub_va_set()
1282 cred_flag = ((pub_app_idx >> 12) & BIT_MASK(1)); in mod_pub_va_set()
1283 pub_app_idx &= BIT_MASK(12); in mod_pub_va_set()
[all …]