Searched refs:BT_MESH_TTL_DEFAULT (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | health_cli.c | 236 .send_ttl = BT_MESH_TTL_DEFAULT, in bt_mesh_health_attention_get() 268 .send_ttl = BT_MESH_TTL_DEFAULT, in bt_mesh_health_attention_set() 315 .send_ttl = BT_MESH_TTL_DEFAULT, in bt_mesh_health_period_get() 352 .send_ttl = BT_MESH_TTL_DEFAULT, in bt_mesh_health_period_set() 400 .send_ttl = BT_MESH_TTL_DEFAULT, in bt_mesh_health_fault_test() 453 .send_ttl = BT_MESH_TTL_DEFAULT, in bt_mesh_health_fault_clear() 505 .send_ttl = BT_MESH_TTL_DEFAULT, in bt_mesh_health_fault_get()
|
A D | cfg_cli.c | 896 .send_ttl = BT_MESH_TTL_DEFAULT, in bt_mesh_cfg_comp_data_get() 932 .send_ttl = BT_MESH_TTL_DEFAULT, in get_state_u8() 963 .send_ttl = BT_MESH_TTL_DEFAULT, in set_state_u8() 1054 .send_ttl = BT_MESH_TTL_DEFAULT, in bt_mesh_cfg_relay_get() 1097 .send_ttl = BT_MESH_TTL_DEFAULT, in bt_mesh_cfg_relay_set() 1134 .send_ttl = BT_MESH_TTL_DEFAULT, in bt_mesh_cfg_net_key_add() 1172 .send_ttl = BT_MESH_TTL_DEFAULT, in bt_mesh_cfg_net_key_update() 1211 .send_ttl = BT_MESH_TTL_DEFAULT, in bt_mesh_cfg_krp_set() 1251 .send_ttl = BT_MESH_TTL_DEFAULT, in bt_mesh_cfg_krp_get() 1290 .send_ttl = BT_MESH_TTL_DEFAULT, in bt_mesh_cfg_app_key_add() [all …]
|
A D | net.c | 886 if (tx->ctx->send_ttl == BT_MESH_TTL_DEFAULT) { in bt_mesh_net_send() 1285 rx->ctx.send_ttl = BT_MESH_TTL_DEFAULT; in bt_mesh_net_decode()
|
A D | transport.c | 366 if (net_tx->ctx->send_ttl == BT_MESH_TTL_DEFAULT) { in send_seg() 967 if (rx->ttl == BT_MESH_TTL_DEFAULT) { in ack_timeout()
|
A D | cfg_srv.c | 1158 if (pub_ttl > BT_MESH_TTL_MAX && pub_ttl != BT_MESH_TTL_DEFAULT) { in mod_pub_set() 1301 if (pub_ttl > BT_MESH_TTL_MAX && pub_ttl != BT_MESH_TTL_DEFAULT) { in mod_pub_va_set() 2977 if (param->ttl > BT_MESH_TTL_MAX && param->ttl != BT_MESH_TTL_DEFAULT) { in heartbeat_pub_set()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/ |
A D | access.h | 363 #define BT_MESH_TTL_DEFAULT 0xff macro
|
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/ |
A D | shell.c | 1091 .send_ttl = BT_MESH_TTL_DEFAULT, in cmd_net_send() 2106 ttl = BT_MESH_TTL_DEFAULT; in cmd_onoff_model_cli_send()
|
Completed in 24 milliseconds