Home
last modified time | relevance | path

Searched refs:net_buf_add_mem (Results 1 – 25 of 25) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/hci_driver/
A Dh5_driver.c143 net_buf_add_mem(buf, ((uint8_t *)(data)), hdr.len + sizeof(hdr)); in hci_h5_event_recv()
185 net_buf_add_mem(buf, data, acl_len + 4); in hci_h5_acl_recv()
A Dh4_driver.c228 net_buf_add_mem(buf, ((uint8_t *)(data)) + 1, hdr.len + sizeof(hdr)); in hci_event_recv()
285 net_buf_add_mem(buf, data + 1, acl_len + 4); in hci_acl_recv()
303 net_buf_add_mem(buf, hci_h4.rx.hdr, hci_h4.rx.hdr_len); in copy_hdr()
A Dh5.c1463 net_buf_add_mem(buf, send_data, send_len); in hci_driver_send_cmd_cb()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dbeacon.c194 net_buf_add_mem(buf, prov->uuid, 16); in unprovisioned_beacon_send()
203 net_buf_add_mem(buf, uri_hash, 4); in unprovisioned_beacon_send()
221 net_buf_add_mem(buf, prov->uri, len); in unprovisioned_beacon_send()
A Dprov.c448 net_buf_add_mem(buf, data, data_len); in bearer_ctl_send()
505 net_buf_add_mem(start, msg->data, seg_len); in prov_send_adv()
531 net_buf_add_mem(buf, msg->data, seg_len); in prov_send_adv()
A Dtransport.c152 net_buf_add_mem(buf, sdu->data, sdu->len); in send_unseg()
398 net_buf_add_mem(seg, sdu->data, len); in send_seg()
1005 net_buf_add_mem(buf, data, data_len); in bt_mesh_ctl_send()
A Dfriend.c364 net_buf_add_mem(buf, info->seq, sizeof(info->seq)); in create_friend_pdu()
369 net_buf_add_mem(buf, sdu->data, sdu->len); in create_friend_pdu()
A Dprovisioner_prov.c1395 net_buf_add_mem(buf, data, data_len); in bearer_ctl_send()
1498 net_buf_add_mem(start, msg->data, seg_len); in prov_send_adv()
1527 net_buf_add_mem(buf, msg->data, seg_len); in prov_send_adv()
A Dnet.c1208 net_buf_add_mem(buf, sbuf->data, sbuf->len); in bt_mesh_net_relay()
/AliOS-Things-master/hardware/chip/rtl872xd/hci_driver/
A Dhci_driver.c83 net_buf_add_mem(buf, rx.hdr, rx.hdr_len); in copy_hdr()
196 net_buf_add_mem(rx.buf, pdata, rx.remaining); in h4_receive()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_raw.c146 net_buf_add_mem(buf, data, size); in bt_buf_get_tx()
A Dsdp.c761 net_buf_add_mem(buf, elem->data, seq_size); in copy_attribute()
764 net_buf_add_mem(buf, elem->data, seq_size); in copy_attribute()
1517 net_buf_add_mem(buf, BT_UUID_128(param->uuid)->val, in sdp_client_ssa_search()
1549 net_buf_add_mem(buf, session->cstate.data, in sdp_client_ssa_search()
1808 net_buf_add_mem(session->rec_buf, buf->data, frame_len); in sdp_client_receive()
A Dhci_api.c453 net_buf_add_mem(buf, &set_param, sizeof(set_param)); in hci_api_le_scan_param_set()
564 net_buf_add_mem(buf, addr, sizeof(*addr)); in hci_vs_set_bd_add()
1128 net_buf_add_mem(buf, &set_param, sizeof(set_param)); in hci_api_le_adv_param()
1143 net_buf_add_mem(buf, addr, 6); in hci_api_le_set_random_addr()
1602 net_buf_add_mem(buf, &cp, sizeof(cp)); in hci_api_le_set_privacy_mode()
A Dl2cap.c617 net_buf_add_mem(buf, data, data_len); in l2cap_send_reject()
1163 net_buf_add_mem(buf, dcid, sizeof(scid) * i); in le_ecred_conn_req()
1616 net_buf_add_mem(seg, buf->data, len); in l2cap_chan_create_seg()
A Drfcomm.c664 net_buf_add_mem(buf, rpn, sizeof(*rpn)); in rfcomm_send_rpn()
680 net_buf_add_mem(buf, pattern, len); in rfcomm_send_test()
A Dconn.c1262 net_buf_add_mem(conn->rx, buf->data, buf->len); in bt_conn_recv()
1469 net_buf_add_mem(frag, buf->data, frag_len); in create_frag()
A Dl2cap_br.c885 net_buf_add_mem(buf, data, data_len); in l2cap_br_send_reject()
A Dhci_core.c583 net_buf_add_mem(buf, addr, sizeof(*addr)); in set_random_address()
4131 net_buf_add_mem(buf, &cp, sizeof(cp)); in le_set_privacy_mode()
5010 net_buf_add_mem(buf, phy_1m, sizeof(*phy_1m)); in start_le_scan_ext()
5015 net_buf_add_mem(buf, phy_coded, sizeof(*phy_coded)); in start_le_scan_ext()
5125 net_buf_add_mem(buf, &set_param, sizeof(set_param)); in start_le_scan_legacy()
8375 net_buf_add_mem(buf, &set_param, sizeof(set_param)); in bt_le_adv_start_legacy()
A Dgatt.c2783 net_buf_add_mem(buf, BT_UUID_128(params->uuid)->val, 16); in gatt_find_type()
3531 net_buf_add_mem(buf, BT_UUID_128(params->by_uuid.uuid)->val, 16); in gatt_read_uuid()
A Datt.c1686 net_buf_add_mem(data->buf, data->value, data->len); in prep_write_cb()
/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_provision.c182 net_buf_add_mem(buf, p_msg, len); in _ultra_prov_send()
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c717 net_buf_add_mem(clone, buf->data, buf->len); in net_buf_clone()
841 net_buf_add_mem(frag, value8, count); in net_buf_append_bytes()
/AliOS-Things-master/components/ble_host/include/net/
A Dbuf.h1324 #define net_buf_add_mem(buf, mem, len) net_buf_simple_add_mem(&(buf)->b, \ macro
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/
A Dbt.c2712 net_buf_add_mem(buf, buf_data, len); in cmd_l2cap_send()
2943 net_buf_add_mem(buf, buf_data, len); in cmd_rfcomm_send()
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/
A Dbt.c1687 net_buf_add_mem(buf, buf_data, len); in cmd_l2cap_send()

Completed in 88 milliseconds