Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Middlewares/ST/STM32_WPAN/ble/core/ble_std.h')
-rw-r--r--Middlewares/ST/STM32_WPAN/ble/core/ble_std.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Middlewares/ST/STM32_WPAN/ble/core/ble_std.h b/Middlewares/ST/STM32_WPAN/ble/core/ble_std.h
index 051f9451d..269443bf3 100644
--- a/Middlewares/ST/STM32_WPAN/ble/core/ble_std.h
+++ b/Middlewares/ST/STM32_WPAN/ble/core/ble_std.h
@@ -92,6 +92,16 @@
#define HCI_RX_PHY_LE_2M 0x02
#define HCI_RX_PHY_LE_CODED 0x03
+/* HCI_LE_Set_PHY */
+#define HCI_ALL_PHYS_TX_NO_PREF 0x01
+#define HCI_ALL_PHYS_RX_NO_PREF 0x02
+#define HCI_TX_PHYS_LE_1M_PREF 0x01
+#define HCI_TX_PHYS_LE_2M_PREF 0x02
+#define HCI_TX_PHYS_LE_CODED_PREF 0x04
+#define HCI_RX_PHYS_LE_1M_PREF 0x01
+#define HCI_RX_PHYS_LE_2M_PREF 0x02
+#define HCI_RX_PHYS_LE_CODED_PREF 0x04
+
#endif /* BLE_STD_H__ */