diff options
| -rw-r--r-- | include/hci.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hci.h b/include/hci.h index e522ee85..bd4f692c 100644 --- a/include/hci.h +++ b/include/hci.h @@ -45,6 +45,8 @@ extern "C" {  #define HCI_DEV_UNREG   2  #define HCI_DEV_UP	3  #define HCI_DEV_DOWN	4 +#define HCI_DEV_SUSPEND	5 +#define HCI_DEV_RESUME	6  /* HCI device types */  #define HCI_VHCI	0  | 
