Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c532 net_buf_add_le16(buf, handle); in gatt_write()
548 net_buf_add_le16(buf, handle); in gatt_notify()
562 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.c527 net_buf_add_le16(buf, handle); in gatt_notify()
543 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.c448 net_buf_add_le16(buf, response); in sreq_get_status()
601 net_buf_add_le16(buf, ascii7_str[i]); in string_ascii7_to_utf16le()
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c3901 net_buf_add_le16(buf, BT_UUID_16(params->uuid)->val); in gatt_find_type_encode()
4350 net_buf_add_le16(buf, BT_UUID_GATT_INCLUDE_VAL); in gatt_read_type_encode()
4353 net_buf_add_le16(buf, BT_UUID_GATT_CHRC_VAL); in gatt_read_type_encode()
4357 net_buf_add_le16(buf, BT_UUID_16(params->uuid)->val); in gatt_read_type_encode()
4499 net_buf_add_le16(buf, BT_UUID_GATT_PRIMARY_VAL); in gatt_read_group_encode()
4501 net_buf_add_le16(buf, BT_UUID_GATT_SECONDARY_VAL); in gatt_read_group_encode()
4861 net_buf_add_le16(buf, BT_UUID_16(params->by_uuid.uuid)->val); in gatt_read_uuid_encode()
4907 net_buf_add_le16(buf, params->multiple.handles[i]); in gatt_read_mult_encode()
4980 net_buf_add_le16(buf, params->multiple.handles[i]); in gatt_read_mult_vl_encode()
5352 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()
3029 net_buf_add_le16(buf, ch->rx.cid); in bt_l2cap_ecred_chan_reconfigure()
3116 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/bluetooth/host/classic/
Dbr.c864 net_buf_add_le16(buf, CONFIG_BT_PAGE_TIMEOUT); in bt_br_init()
Dl2cap_br.c708 net_buf_add_le16(buf, mtu); in l2cap_br_conf_add_mtu()
/Zephyr-latest/include/zephyr/
Dnet_buf.h1665 static inline void net_buf_add_le16(struct net_buf *buf, uint16_t val) in net_buf_add_le16() function
/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c564 net_buf_add_le16(buf, u16); in ZTEST()