Home
last modified time | relevance | path

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

/linux-5.19.10/include/net/bluetooth/
Dhci.h670 #define HCI_OP_DISCONNECT 0x0406 macro
/linux-5.19.10/net/bluetooth/
Dhci_sync.c4375 return __hci_cmd_sync_status_sk(hdev, HCI_OP_DISCONNECT, in hci_disconnect_sync()
4380 return __hci_cmd_sync_status(hdev, HCI_OP_DISCONNECT, sizeof(cp), &cp, in hci_disconnect_sync()
Dhci_request.c1974 hci_req_add(req, HCI_OP_DISCONNECT, sizeof(dc), &dc); in __hci_abort_conn()
Dhci_event.c2719 cp = hci_sent_cmd_data(hdev, HCI_OP_DISCONNECT); in hci_cs_disconnect()
4039 HCI_CS(HCI_OP_DISCONNECT, hci_cs_disconnect),