Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dcfg_srv.c274 static u8_t _mod_pub_set(struct bt_mesh_model *model, u16_t pub_addr, u16_t app_idx, u8_t cred_flag in _mod_pub_set() argument
281 if (!IS_ENABLED(CONFIG_BT_MESH_LOW_POWER) && cred_flag) { in _mod_pub_set()
319 model->pub->cred = cred_flag; in _mod_pub_set()
1139 u8_t retransmit, status, pub_ttl, pub_period, cred_flag; in mod_pub_set() local
1154 cred_flag = ((pub_app_idx >> 12) & BIT_MASK(1)); in mod_pub_set()
1167 BT_DBG("elem_addr 0x%04x pub_addr 0x%04x cred_flag %u", elem_addr, pub_addr, cred_flag); in mod_pub_set()
1186 …status = _mod_pub_set(mod, pub_addr, pub_app_idx, cred_flag, pub_ttl, pub_period, retransmit, true… in mod_pub_set()
1282 u8_t retransmit, status, pub_ttl, pub_period, cred_flag; in mod_pub_va_set() local
1298 cred_flag = ((pub_app_idx >> 12) & BIT_MASK(1)); in mod_pub_va_set()
1310 BT_DBG("elem_addr 0x%04x cred_flag %u", elem_addr, cred_flag); in mod_pub_va_set()
[all …]
A Dcfg_cli.c482 param->pub->cred_flag = (param->pub->app_idx & BIT(12)); in mod_pub_status()
1887 net_buf_simple_add_le16(&msg, (pub->app_idx & (pub->cred_flag << 12))); in mod_pub_set()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/
A Dcfg_cli.h127 bool cred_flag; member
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/
A Dshell.c2244 addr, mod_id, pub.addr, pub.app_idx, pub.cred_flag, pub.ttl, pub.period, in mod_pub_get()
2259 pub.cred_flag = str2bool(argv[2]); in mod_pub_set()

Completed in 19 milliseconds