Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c534 net_buf_add_le16(buf, handle); in gatt_write()
550 net_buf_add_le16(buf, handle); in gatt_notify()
564 net_buf_add_le16(buf, handle); in gatt_indicate()
/Zephyr-latest/samples/bluetooth/hci_spi/src/
Dmain.c311 net_buf_add_le16(buf, EVT_BLUE_INITIALIZED); in main()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c528 net_buf_add_le16(buf, handle); in gatt_notify()
544 net_buf_add_le16(att_packet, handle); in gatt_notify_without_last_fragment()
/Zephyr-latest/doc/services/net_buf/
Dindex.rst78 void net_buf_add_le16(struct net_buf *buf, uint16_t value);
/Zephyr-latest/subsys/usb/device_next/
Dusbd_ch9.c450 net_buf_add_le16(buf, response); in sreq_get_status()
603 net_buf_add_le16(buf, ascii7_str[i]); in string_ascii7_to_utf16le()
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c3917 net_buf_add_le16(buf, BT_UUID_16(params->uuid)->val); in gatt_find_type_encode()
4366 net_buf_add_le16(buf, BT_UUID_GATT_INCLUDE_VAL); in gatt_read_type_encode()
4369 net_buf_add_le16(buf, BT_UUID_GATT_CHRC_VAL); in gatt_read_type_encode()
4373 net_buf_add_le16(buf, BT_UUID_16(params->uuid)->val); in gatt_read_type_encode()
4515 net_buf_add_le16(buf, BT_UUID_GATT_PRIMARY_VAL); in gatt_read_group_encode()
4517 net_buf_add_le16(buf, BT_UUID_GATT_SECONDARY_VAL); in gatt_read_group_encode()
4877 net_buf_add_le16(buf, BT_UUID_16(params->by_uuid.uuid)->val); in gatt_read_uuid_encode()
4923 net_buf_add_le16(buf, params->multiple.handles[i]); in gatt_read_mult_encode()
4996 net_buf_add_le16(buf, params->multiple.handles[i]); in gatt_read_mult_vl_encode()
5376 net_buf_add_le16(buf, params->value); in gatt_write_ccc_buf()
Dl2cap.c593 net_buf_add_le16(buf, ch->rx.cid); in l2cap_ecred_conn_req()
3034 net_buf_add_le16(buf, ch->rx.cid); in bt_l2cap_ecred_chan_reconfigure()
3121 net_buf_add_le16(buf, ch->rx.cid); in bt_l2cap_ecred_chan_reconfigure_explicit()
Dadv.c368 net_buf_add_le16(buf, param ? param->timeout : 0); in bt_le_adv_set_enable_ext()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c510 net_buf_add_le16(buf, handle); in gatt_notify()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c556 net_buf_add_le16(buf, handle); in gatt_write()
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_dfu.c537 net_buf_add_le16(buf, CONFIG_USBD_DFU_POLLTIMEOUT); in handle_get_status()
/Zephyr-latest/include/zephyr/
Dnet_buf.h1621 static inline void net_buf_add_le16(struct net_buf *buf, uint16_t val) in net_buf_add_le16() function
/Zephyr-latest/subsys/bluetooth/host/classic/
Dbr.c866 net_buf_add_le16(buf, CONFIG_BT_PAGE_TIMEOUT); in bt_br_init()
Dl2cap_br.c721 net_buf_add_le16(buf, mtu); in l2cap_br_conf_add_mtu()
/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c564 net_buf_add_le16(buf, u16); in ZTEST()