You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2022/01/14 09:40:37 UTC

[mynewt-nimble] branch master updated: nimble/include: fixed vendor command description

This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git


The following commit(s) were added to refs/heads/master by this push:
     new f83627a  nimble/include: fixed vendor command description
f83627a is described below

commit f83627a31d52bd23a63bebfa623b50484840a947
Author: Jakub <ja...@codecoup.pl>
AuthorDate: Mon Jan 10 10:36:22 2022 +0100

    nimble/include: fixed vendor command description
    
    Proper OGF for vendor specific cmd: 0x3F
---
 nimble/include/nimble/hci_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nimble/include/nimble/hci_common.h b/nimble/include/nimble/hci_common.h
index 7369518..4851fd0 100644
--- a/nimble/include/nimble/hci_common.h
+++ b/nimble/include/nimble/hci_common.h
@@ -1061,7 +1061,7 @@ struct ble_hci_le_set_host_feat_cp {
     uint8_t val;
 } __attribute__((packed));
 
-/* --- Vendor specific commands (OGF 0x00FF) */
+/* --- Vendor specific commands (OGF 0x003F) */
 #define BLE_HCI_OCF_VS_RD_STATIC_ADDR                 (0x0001)
 struct ble_hci_vs_rd_static_addr_rp {
     uint8_t addr[6];