Searched refs:HCI_OP_RESET (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/bluetooth/ |
D | btbcm.c | 174 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in btbcm_reset()
|
D | btusb.c | 1939 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in btusb_setup_intel() 2685 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in btusb_hw_error_intel()
|
/linux-4.1.27/net/bluetooth/ |
D | hci_core.c | 117 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, in dut_mode_write() 332 hci_req_add(req, HCI_OP_RESET, 0, NULL); in hci_reset_req() 4085 if (opcode == HCI_OP_RESET) in hci_resend_last() 4115 if (test_bit(HCI_INIT, &hdev->flags) && opcode == HCI_OP_RESET) in hci_req_cmd_complete()
|
D | hci_event.c | 2799 case HCI_OP_RESET: in hci_cmd_complete_evt()
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci.h | 854 #define HCI_OP_RESET 0x0c03 macro
|