Bluetooth: Rename LE_SCANNING_* macros
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / net / bluetooth / hci.h
index 84c37abc48c133b29256698ee8e5a0a15eba1703..e0512aaef4b85df8d05c7f91983f1054ee6a7628 100644 (file)
@@ -996,8 +996,8 @@ struct hci_cp_le_set_scan_param {
        __u8    filter_policy;
 } __packed;
 
-#define LE_SCANNING_DISABLED           0x00
-#define LE_SCANNING_ENABLED            0x01
+#define LE_SCAN_DISABLE                        0x00
+#define LE_SCAN_ENABLE                 0x01
 #define LE_SCAN_FILTER_DUP_DISABLE     0x00
 #define LE_SCAN_FILTER_DUP_ENABLE      0x01