Searched refs:cred_flag (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | cfg_srv.c | 274 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 D | cfg_cli.c | 482 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 D | cfg_cli.h | 127 bool cred_flag; member
|
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/ |
A D | shell.c | 2244 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