OSDN Git Service

Update OCF values per 0.96 spec
authorSatya Calloji <satya.calloji@broadcom.com>
Wed, 2 Mar 2016 19:25:49 +0000 (11:25 -0800)
committerAndre Eisenbach <eisenbach@google.com>
Fri, 4 Mar 2016 07:15:50 +0000 (23:15 -0800)
HCI command values are updated as per Google HCI
BLE requirements v0.96

Bug: 27069512
Change-Id: I30e0046c5d3198f0986e03baf697bad2be99c06e

stack/include/hcidefs.h

index 8469146..71d5046 100644 (file)
 /* Extended BLE Scan parameters OCF */
 #define HCI_BLE_EXTENDED_SCAN_PARAMS_OCF  (0x015A | HCI_GRP_VENDOR_SPECIFIC)
 
+/* Controller debug info OCF */
+#define HCI_CONTROLLER_DEBUG_INFO_OCF     (0x015B | HCI_GRP_VENDOR_SPECIFIC)
+
 /* subcode for multi adv feature */
 #define BTM_BLE_MULTI_ADV_SET_PARAM                     0x01
 #define BTM_BLE_MULTI_ADV_WRITE_ADV_DATA                0x02