From d59f499a58bdc61fd73a0f71d09883b622bf2d0f Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" Date: Sat, 23 Jan 2010 19:00:36 +0000 Subject: [PATCH] also provide OGF for Link Policy commands --- src/hci.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/hci.h b/src/hci.h index 850e2687f..85de5fb29 100644 --- a/src/hci.h +++ b/src/hci.h @@ -54,8 +54,9 @@ #define HCI_EVENT_PKT_HDR 0x02 // OGFs -#define OGF_LINK_CONTROL 0x01 -#define OGF_CONTROLLER_BASEBAND 0x03 +#define OGF_LINK_CONTROL 0x01 +#define OGF_LINK_POLICY 0x02 +#define OGF_CONTROLLER_BASEBAND 0x03 #define OGF_INFORMATIONAL_PARAMETERS 0x04 #define OGF_BTSTACK 0x3d #define OGF_VENDOR 0x3f