Added standard and interlaced page scan type definitions. Used for both read and write page scan type HCI commands. --- lib/hci.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/hci.h b/lib/hci.h index f31918d..0369ee2 100644 --- a/lib/hci.h +++ b/lib/hci.h @@ -992,6 +992,8 @@ typedef struct { #define OCF_READ_PAGE_SCAN_TYPE 0x0046 #define OCF_WRITE_PAGE_SCAN_TYPE 0x0047 + #define PAGE_SCAN_TYPE_STANDARD 0x00 + #define PAGE_SCAN_TYPE_INTERLACED 0x01 #define OCF_READ_AFH_MODE 0x0048 typedef struct { -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html