Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dprovisioner_proxy.c243 net_buf_simple_add_mem(&server->buf, data + 1, len - 1); in proxy_recv()
254 net_buf_simple_add_mem(&server->buf, data + 1, len - 1); in proxy_recv()
268 net_buf_simple_add_mem(&server->buf, data + 1, len - 1); in proxy_recv()
282 net_buf_simple_add_mem(&server->buf, data + 1, len - 1); in proxy_recv()
A Dbeacon.c108 net_buf_simple_add_mem(buf, keys->net_id, 8); in bt_mesh_beacon_create()
113 net_buf_simple_add_mem(buf, sub->auth, 8); in bt_mesh_beacon_create()
A Dproxy.c519 net_buf_simple_add_mem(&client->buf, data + 1, len - 1); in proxy_recv()
530 net_buf_simple_add_mem(&client->buf, data + 1, len - 1); in proxy_recv()
544 net_buf_simple_add_mem(&client->buf, data + 1, len - 1); in proxy_recv()
558 net_buf_simple_add_mem(&client->buf, data + 1, len - 1); in proxy_recv()
962 net_buf_simple_add_mem(&msg, buf->data, buf->len); in bt_mesh_proxy_relay()
A Dcfg_cli.c74 net_buf_simple_add_mem(param->comp, buf->data, to_copy); in comp_data_status()
1149 net_buf_simple_add_mem(&msg, net_key, 16); in bt_mesh_cfg_net_key_add()
1187 net_buf_simple_add_mem(&msg, net_key, 16); in bt_mesh_cfg_net_key_update()
1308 net_buf_simple_add_mem(&msg, app_key, 16); in bt_mesh_cfg_app_key_add()
1347 net_buf_simple_add_mem(&msg, app_key, 16); in bt_mesh_cfg_app_key_update()
1621 net_buf_simple_add_mem(&msg, label, 16); in mod_sub_va()
A Daccess.c194 net_buf_simple_add_mem(&sdu, pub->msg->data, pub->msg->len); in publish_retransmit()
778 net_buf_simple_add_mem(&sdu, pub->msg->data, pub->msg->len); in bt_mesh_model_publish()
A Dprov.c1098 net_buf_simple_add_mem(&rnd, plink.rand, 16); in prov_random()
A Dcfg_srv.c2599 net_buf_simple_add_mem(&msg, mod_id, 4); in mod_app_get()
2601 net_buf_simple_add_mem(&msg, mod_id, 2); in mod_app_get()
A Dprovisioner_prov.c2313 net_buf_simple_add_mem(buf, link[i].rand, 16); in prov_confirm()
/AliOS-Things-master/components/ble_host/include/net/
A Dbuf.h204 void *net_buf_simple_add_mem(struct net_buf_simple *buf, const void *mem,
1324 #define net_buf_add_mem(buf, mem, len) net_buf_simple_add_mem(&(buf)->b, \
/AliOS-Things-master/components/ble_mesh/bt_mesh/aos/
A Dmesh.c562 net_buf_simple_add_mem(&msg_buf, msg, msg_len); in ble_stack_mesh_send()
599 net_buf_simple_add_mem(msg_buf, msg, msg_len); in ble_stack_mesh_pub()
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/vendor_model/
A Dvendor_model_cli.c285 net_buf_simple_add_mem(p_msg, model_msg->data, model_msg->len); in ble_mesh_vendor_cli_model_msg_send()
A Dvendor_model_srv.c280 net_buf_simple_add_mem(p_msg, model_msg->data, model_msg->len); in ble_mesh_vendor_srv_model_msg_send()
/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_transport.c146 net_buf_simple_add_mem(p_msg, p_model_msg->data, p_model_msg->len); in genie_transport_model_send()
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/
A Dshell.c194 net_buf_simple_add_mem(msg_buf, msg, 2); in on_off_cli_update()
227 net_buf_simple_add_mem(msg_buf, msg, 2); in on_off_srv_update()
2041 net_buf_simple_add_mem(&sdu, pub->msg->data, pub->msg->len); in local_model_send()
2117 net_buf_simple_add_mem(msg_buf, msg, 2); in cmd_onoff_model_cli_send()
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c892 void *net_buf_simple_add_mem(struct net_buf_simple *buf, const void *mem, in net_buf_simple_add_mem() function

Completed in 90 milliseconds