Home
last modified time | relevance | path

Searched refs:bt_hci_cmd_status_create (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dhci_common.c52 struct net_buf *bt_hci_cmd_status_create(uint16_t op, uint8_t status) in bt_hci_cmd_status_create() function
/Zephyr-latest/include/zephyr/drivers/
Dbluetooth.h269 struct net_buf *bt_hci_cmd_status_create(uint16_t op, uint8_t status);
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c317 return bt_hci_cmd_status_create(_opcode, status); in cmd_status()