Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c430 buf = bt_hci_cmd_create(BT_HCI_OP_DISCONNECT, sizeof(*disconn)); in disconnect()
437 send_cmd(BT_HCI_OP_DISCONNECT, buf, NULL); in disconnect()
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c901 buf = bt_hci_cmd_create(BT_HCI_OP_DISCONNECT, sizeof(*disconn)); in bt_hci_disconnect()
910 return bt_hci_cmd_send_sync(BT_HCI_OP_DISCONNECT, buf, NULL); in bt_hci_disconnect()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h394 #define BT_HCI_OP_DISCONNECT BT_OP(BT_OGF_LINK_CTRL, 0x0006) /* 0x0406 */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c401 case BT_OCF(BT_HCI_OP_DISCONNECT): in link_control_cmd_handle()