Home
last modified time | relevance | path

Searched refs:bt_hci_cmd_complete_create (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dhci_common.c28 struct net_buf *bt_hci_cmd_complete_create(uint16_t op, uint8_t plen) in bt_hci_cmd_complete_create() function
Dhci_raw.c236 buf = bt_hci_cmd_complete_create(op, sizeof(*cc)); in bt_cmd_complete_ext()
/Zephyr-latest/include/zephyr/drivers/
Dbluetooth.h255 struct net_buf *bt_hci_cmd_complete_create(uint16_t op, uint8_t plen);
/Zephyr-latest/subsys/usb/device/class/
Dbluetooth.c367 rsp = bt_hci_cmd_complete_create(BT_HCI_OP_VS_READ_USB_TRANSPORT_MODE, in vs_read_usb_transport_mode()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c310 *buf = bt_hci_cmd_complete_create(_opcode, plen); in hci_cmd_complete()
325 buf = bt_hci_cmd_complete_create(_opcode, sizeof(*ccst)); in cmd_complete_status()