hci_common.h: added missing offset for VS_CSS cmd

This commit is contained in:
jrotkiewicz
2022-05-17 09:04:37 +02:00
committed by Szymon Janc
parent d11ceccfdc
commit c3f2a94f15
+1 -1
View File
@@ -1100,7 +1100,7 @@ struct ble_hci_vs_set_tx_pwr_rp {
int8_t tx_power;
} __attribute__((packed));
#define BLE_HCI_OCF_VS_CSS (0x0003)
#define BLE_HCI_OCF_VS_CSS (MYNEWT_VAL(BLE_HCI_VS_OCF_OFFSET) + (0x0003))
struct ble_hci_vs_css_cp {
uint8_t opcode;
} __attribute__((packed));