Lines Matching full:net_buf
36 struct net_buf *hci_cmd_handle(struct net_buf *cmd, void **node_rx);
37 void hci_evt_encode(struct node_rx_pdu *node_rx, struct net_buf *buf);
40 struct net_buf *buf);
42 void hci_num_cmplt_encode(struct net_buf *buf, uint16_t handle, uint8_t num);
43 int hci_acl_handle(struct net_buf *acl, struct net_buf **evt);
44 void hci_acl_encode(struct node_rx_pdu *node_rx, struct net_buf *buf);
45 int hci_iso_handle(struct net_buf *acl, struct net_buf **evt);
46 void hci_iso_encode(struct net_buf *buf, uint16_t handle, uint8_t flags);
47 int hci_vendor_cmd_handle(uint16_t ocf, struct net_buf *cmd,
48 struct net_buf **evt);
52 int hci_vendor_cmd_handle_common(uint16_t ocf, struct net_buf *cmd,
53 struct net_buf **evt);