Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/bluetooth/
Dhci.h699 #define HCI_OP_DISCONNECT 0x0406 macro
/linux-6.1.9/net/bluetooth/
Dhci_sync.c5053 return __hci_cmd_sync_status_sk(hdev, HCI_OP_DISCONNECT, in hci_disconnect_sync()
5058 return __hci_cmd_sync_status(hdev, HCI_OP_DISCONNECT, sizeof(cp), &cp, in hci_disconnect_sync()
Dhci_conn.c2799 r = hci_send_cmd(conn->hdev, HCI_OP_DISCONNECT, in hci_abort_conn()
Dhci_event.c2768 cp = hci_sent_cmd_data(hdev, HCI_OP_DISCONNECT); in hci_cs_disconnect()
4262 HCI_CS(HCI_OP_DISCONNECT, hci_cs_disconnect),