Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dhci.h798 #define HCI_OP_DISCONNECT 0x0406 macro
/linux/net/bluetooth/
H A Dhci_sync.c5822 return __hci_cmd_sync_status_sk(hdev, HCI_OP_DISCONNECT, in hci_disconnect_sync()
5827 return __hci_cmd_sync_status(hdev, HCI_OP_DISCONNECT, sizeof(cp), &cp, in hci_le_connect_cancel_sync()
H A Dhci_event.c2746 cp = hci_sent_cmd_data(hdev, HCI_OP_DISCONNECT); in hci_cs_disconnect()
4407 HCI_CS(HCI_OP_DISCONNECT, hci_cs_disconnect),