Home
last modified time | relevance | path

Searched refs:HCI_RESET (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h267 HCI_RESET = 0x0003, enumerator
/linux-4.1.27/include/net/bluetooth/
Dhci.h187 HCI_RESET, enumerator
/linux-4.1.27/net/bluetooth/
Dhci_event.c195 clear_bit(HCI_RESET, &hdev->flags); in hci_cc_reset()
3047 if (ev->ncmd && !test_bit(HCI_RESET, &hdev->flags)) in hci_cmd_complete_evt()
3150 if (ev->ncmd && !test_bit(HCI_RESET, &hdev->flags)) in hci_cmd_status_evt()
Dhci_core.c331 set_bit(HCI_RESET, &req->hdev->flags); in hci_reset_req()
4231 if (test_bit(HCI_RESET, &hdev->flags)) in hci_cmd_work()
/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c1650 HCI_RESET, in bthci_CmdReset()
4184 case HCI_RESET: in bthci_HandleOGFSetEventMaskCMD()