Home
last modified time | relevance | path

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

/linux-6.15/include/net/bluetooth/
H A Dhci.h787 #define HCI_OP_DISCONNECT 0x0406 macro
/linux-6.15/net/bluetooth/
H A Dhci_sync.c5448 return __hci_cmd_sync_status_sk(hdev, HCI_OP_DISCONNECT, in hci_disconnect_sync()
5453 return __hci_cmd_sync_status(hdev, HCI_OP_DISCONNECT, sizeof(cp), &cp, in hci_disconnect_sync()
H A Dhci_event.c2730 cp = hci_sent_cmd_data(hdev, HCI_OP_DISCONNECT); in hci_cs_disconnect()
4314 HCI_CS(HCI_OP_DISCONNECT, hci_cs_disconnect),