Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/bluetooth/
Dhci_types.h367 struct bt_hci_cp_disconnect { struct
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dhci_core.c790 struct bt_hci_cp_disconnect *disconn; in bt_hci_disconnect()
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/hci/
Dhci.c372 struct bt_hci_cp_disconnect *cmd = (void *)buf->data; in disconnect()