Searched refs:net_buf_add_le16 (Results  1 – 15 of 15) sorted by relevance
| /Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/ | 
| D | main.c | 534 	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/ | 
| 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 | 528 	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/ | 
| 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 | 450 	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/ | 
| D | gatt.c | 3917 		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()
  | 
| D | l2cap.c | 593 		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()
  | 
| 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/usb/device_next/class/ | 
| D | usbd_dfu.c | 537 	net_buf_add_le16(buf, CONFIG_USBD_DFU_POLLTIMEOUT);  in handle_get_status()
  | 
| /Zephyr-latest/include/zephyr/ | 
| D | net_buf.h | 1621 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/ | 
| D | br.c | 866 	net_buf_add_le16(buf, CONFIG_BT_PAGE_TIMEOUT);  in bt_br_init()
  | 
| D | l2cap_br.c | 721 	net_buf_add_le16(buf, mtu);  in l2cap_br_conf_add_mtu()
  | 
| /Zephyr-latest/tests/lib/net_buf/buf/src/ | 
| D | main.c | 564 	net_buf_add_le16(buf, u16);  in ZTEST()
  |