Skip to content

Commit f83627a

Browse files
jrotkiewiczsjanc
authored andcommitted
nimble/include: fixed vendor command description
Proper OGF for vendor specific cmd: 0x3F
1 parent 0741f19 commit f83627a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nimble/include/nimble/hci_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ struct ble_hci_le_set_host_feat_cp {
10611061
uint8_t val;
10621062
} __attribute__((packed));
10631063

1064-
/* --- Vendor specific commands (OGF 0x00FF) */
1064+
/* --- Vendor specific commands (OGF 0x003F) */
10651065
#define BLE_HCI_OCF_VS_RD_STATIC_ADDR (0x0001)
10661066
struct ble_hci_vs_rd_static_addr_rp {
10671067
uint8_t addr[6];

0 commit comments

Comments
 (0)