Home
last modified time | relevance | path

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

/Zephyr-4.1.0/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c425 struct bt_hci_cp_disconnect *disconn; in disconnect()
/Zephyr-4.1.0/include/zephyr/bluetooth/
Dhci_types.h403 struct bt_hci_cp_disconnect { struct
/Zephyr-4.1.0/subsys/bluetooth/host/
Dhci_core.c905 struct bt_hci_cp_disconnect *disconn; in bt_hci_disconnect()
/Zephyr-4.1.0/subsys/bluetooth/controller/hci/
Dhci.c373 struct bt_hci_cp_disconnect *cmd = (void *)buf->data; in disconnect()