Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dhci_core.c778 buf = bt_hci_cmd_create(BT_HCI_OP_DISCONNECT, sizeof(*disconn)); in bt_hci_disconnect()
787 return bt_hci_cmd_send_sync(BT_HCI_OP_DISCONNECT, buf, NULL); in bt_hci_disconnect()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Dhci_types.h362 #define BT_HCI_OP_DISCONNECT BT_OP(BT_OGF_LINK_CTRL, 0x0006) macro
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/hci/
Dhci.c400 case BT_OCF(BT_HCI_OP_DISCONNECT): in link_control_cmd_handle()