Searched refs:HCI_OP_DISCONNECT (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 633 #define HCI_OP_DISCONNECT 0x0406 macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 737 #define HCI_OP_DISCONNECT 0x0406 macro
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 2268 cp = hci_sent_cmd_data(hdev, HCI_OP_DISCONNECT); in hci_cs_disconnect() 3638 case HCI_OP_DISCONNECT: in hci_cmd_status_evt()
|
H A D | hci_request.c | 2806 hci_req_add(req, HCI_OP_DISCONNECT, sizeof(dc), &dc); in __hci_abort_conn()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_sync.c | 5267 return __hci_cmd_sync_status_sk(hdev, HCI_OP_DISCONNECT, in hci_disconnect_sync() 5272 return __hci_cmd_sync_status(hdev, HCI_OP_DISCONNECT, sizeof(cp), &cp, in hci_disconnect_sync()
|
H A D | hci_event.c | 2783 cp = hci_sent_cmd_data(hdev, HCI_OP_DISCONNECT); in hci_cs_disconnect() 4334 HCI_CS(HCI_OP_DISCONNECT, hci_cs_disconnect),
|
Completed in 45 milliseconds