/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/sig_model/cli/ |
A D | light_lightness_cli.c | 107 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_light_lightness_get() 152 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_light_lightness_set() 190 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_light_lightness_linear_get() 236 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_light_lightness_linear_set() 273 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_light_lightness_last_get() 308 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_light_lightness_def_get() 347 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_light_lightness_def_set() 383 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_light_lightness_range_get() 423 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_light_lightness_range_set()
|
A D | light_ctl_cli.c | 105 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_light_ctl_set() 144 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_light_ctl_get() 190 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_light_ctl_temp_set() 227 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_light_ctl_temp_get() 267 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_light_ctl_def_set() 303 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_light_ctl_def_get() 342 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_light_ctl_temp_range_set() 378 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_light_ctl_temp_range_get()
|
A D | generic_level_cli.c | 61 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_generic_level_get() 106 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_generic_level_set() 154 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_generic_level_delta_set() 201 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_generic_level_move_set()
|
A D | generic_onoff_cli.c | 61 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_generic_onoff_get() 105 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_generic_onoff_set()
|
/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 | transport.c | 366 if (net_tx->ctx->send_ttl == BT_MESH_TTL_DEFAULT) { in send_seg() 369 tx->ttl = net_tx->ctx->send_ttl; in send_seg() 992 …BT_DBG("src 0x%04x dst 0x%04x ttl 0x%02x ctl 0x%02x", tx->src, tx->ctx->addr, tx->ctx->send_ttl, c… in bt_mesh_ctl_send() 1028 .send_ttl = ttl, in send_ack() 1192 rx->ttl = net_rx->ctx.send_ttl; in seg_rx_alloc() 1274 …send_ack(net_rx->sub, net_rx->ctx.recv_dst, net_rx->ctx.addr, net_rx->ctx.send_ttl, seq_auth, rx->… in trans_seg() 1290 … send_ack(net_rx->sub, net_rx->ctx.recv_dst, net_rx->ctx.addr, net_rx->ctx.send_ttl, seq_auth, 0, in trans_seg() 1325 …send_ack(net_rx->sub, net_rx->ctx.recv_dst, net_rx->ctx.addr, net_rx->ctx.send_ttl, seq_auth, 0, r… in trans_seg() 1368 …send_ack(net_rx->sub, net_rx->ctx.recv_dst, net_rx->ctx.addr, net_rx->ctx.send_ttl, seq_auth, rx->… in trans_seg()
|
A D | net.c | 845 net_buf_simple_push_u8(buf, tx->ctx->send_ttl | 0x80); in bt_mesh_net_encode() 847 net_buf_simple_push_u8(buf, tx->ctx->send_ttl); in bt_mesh_net_encode() 886 if (tx->ctx->send_ttl == BT_MESH_TTL_DEFAULT) { in bt_mesh_net_send() 887 tx->ctx->send_ttl = bt_mesh_default_ttl_get(); in bt_mesh_net_send() 906 if (IS_ENABLED(CONFIG_BT_MESH_GATT_PROXY) && tx->ctx->send_ttl != 1) { in bt_mesh_net_send() 936 } else if (tx->ctx->send_ttl != 1) { in bt_mesh_net_send() 1283 rx->ctx.send_ttl = 0; in bt_mesh_net_decode() 1285 rx->ctx.send_ttl = BT_MESH_TTL_DEFAULT; in bt_mesh_net_decode()
|
A D | lpn.c | 186 .send_ttl = 0, in send_friend_clear() 297 .send_ttl = 0, in send_friend_req() 363 .send_ttl = 0, in send_friend_poll() 645 .send_ttl = 0, in sub_update()
|
A D | access.c | 170 .send_ttl = pub->ttl, in publish_retransmit() 701 MESH_TX_D("TTL: %d\n", tx->ctx->send_ttl); in model_send() 781 ctx.send_ttl = pub->ttl; in bt_mesh_model_publish()
|
A D | friend.c | 290 tx.ctx->send_ttl = BT_MESH_TTL_MAX; in bt_mesh_friend_clear() 662 .send_ttl = BT_MESH_TTL_MAX, in send_friend_clear() 1155 info.ttl = tx->ctx->send_ttl; in friend_lpn_enqueue_tx()
|
A D | provisioner_proxy.c | 724 tx.ctx->send_ttl = 0; in send_my_proxy_config()
|
/AliOS-Things-master/components/genie_service/sal/src/ |
A D | genie_sal_ble.c | 152 ctx.send_ttl = GENIE_TRANSPORT_DEFAULT_TTL; in genie_sal_ble_send_msg()
|
/AliOS-Things-master/components/genie_service/core/src/sig_models/ |
A D | sig_model_scene_srv.c | 32 p_ctx->send_ttl = GENIE_TRANSPORT_DEFAULT_TTL; in _scene_status()
|
A D | sig_model_onoff_srv.c | 57 p_ctx->send_ttl = GENIE_TRANSPORT_DEFAULT_TTL; in _gen_onoff_status()
|
A D | sig_model_lightness_srv.c | 57 p_ctx->send_ttl = GENIE_TRANSPORT_DEFAULT_TTL; in _lightness_status()
|
A D | sig_model_light_ctl_srv.c | 59 p_ctx->send_ttl = GENIE_TRANSPORT_DEFAULT_TTL; in _ctl_status()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/ |
A D | access.h | 150 u8_t send_ttl; member
|
/AliOS-Things-master/components/genie_service/core/src/ |
A D | genie_vendor_model.c | 225 ctx->send_ttl = GENIE_TRANSPORT_DEFAULT_TTL; in genie_model_get_indicate()
|
A D | genie_transport.c | 152 ctx.send_ttl = GENIE_TRANSPORT_DEFAULT_TTL; in genie_transport_model_send()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/common/ |
A D | mesh_model.c | 327 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_model_status_get()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/vendor_model/ |
A D | vendor_model_cli.c | 299 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_vendor_cli_model_msg_send()
|
A D | vendor_model_srv.c | 294 ctx.send_ttl = bt_mesh_default_ttl_get(); in ble_mesh_vendor_srv_model_msg_send()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/aos/ |
A D | mesh.c | 535 .send_ttl = ttl, in ble_stack_mesh_send()
|
/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() 2044 ctx.send_ttl = ttl; in local_model_send()
|