Searched refs:net_buf_add_le16 (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/ |
D | main.c | 532 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/ |
D | main.c | 311 net_buf_add_le16(buf, EVT_BLUE_INITIALIZED); in main()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/ |
D | peer.c | 527 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/ |
D | index.rst | 78 void net_buf_add_le16(struct net_buf *buf, uint16_t value);
|
/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_ch9.c | 448 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/ |
D | gatt.c | 3901 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()
|
D | l2cap.c | 593 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()
|
D | adv.c | 368 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/ |
D | main.c | 510 net_buf_add_le16(buf, handle); in gatt_notify()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/ |
D | main.c | 556 net_buf_add_le16(buf, handle); in gatt_write()
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | br.c | 864 net_buf_add_le16(buf, CONFIG_BT_PAGE_TIMEOUT); in bt_br_init()
|
D | l2cap_br.c | 708 net_buf_add_le16(buf, mtu); in l2cap_br_conf_add_mtu()
|
/Zephyr-latest/include/zephyr/ |
D | net_buf.h | 1665 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/ |
D | main.c | 564 net_buf_add_le16(buf, u16); in ZTEST()
|