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 D | provisioner_proxy.c | 243 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 D | beacon.c | 108 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 D | proxy.c | 519 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 D | cfg_cli.c | 74 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 D | access.c | 194 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 D | prov.c | 1098 net_buf_simple_add_mem(&rnd, plink.rand, 16); in prov_random()
|
A D | cfg_srv.c | 2599 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 D | provisioner_prov.c | 2313 net_buf_simple_add_mem(buf, link[i].rand, 16); in prov_confirm()
|
/AliOS-Things-master/components/ble_host/include/net/ |
A D | buf.h | 204 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 D | mesh.c | 562 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 D | vendor_model_cli.c | 285 net_buf_simple_add_mem(p_msg, model_msg->data, model_msg->len); in ble_mesh_vendor_cli_model_msg_send()
|
A D | vendor_model_srv.c | 280 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 D | genie_transport.c | 146 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 D | shell.c | 194 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 D | buf.c | 892 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