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/auto/ble_types.h')
-rw-r--r--Middlewares/ST/STM32_WPAN/ble/core/auto/ble_types.h41
1 files changed, 31 insertions, 10 deletions
diff --git a/Middlewares/ST/STM32_WPAN/ble/core/auto/ble_types.h b/Middlewares/ST/STM32_WPAN/ble/core/auto/ble_types.h
index f00fdb249..3e22df303 100644
--- a/Middlewares/ST/STM32_WPAN/ble/core/auto/ble_types.h
+++ b/Middlewares/ST/STM32_WPAN/ble/core/auto/ble_types.h
@@ -1058,16 +1058,6 @@ typedef PACKED(struct)
typedef PACKED(struct)
{
- uint32_t SMP_Config;
-} aci_hal_set_smp_eng_config_cp0;
-
-typedef PACKED(struct)
-{
- uint8_t Status;
-} aci_hal_set_smp_eng_config_rp0;
-
-typedef PACKED(struct)
-{
uint8_t Status;
uint8_t Allocated_For_TX;
uint8_t Allocated_For_RX;
@@ -1693,6 +1683,37 @@ typedef PACKED(struct)
typedef PACKED(struct)
{
+ uint16_t Adv_Interval_Min;
+ uint16_t Adv_Interval_Max;
+ uint8_t Adv_Channel_Map;
+ uint8_t Own_Address_Type;
+ uint8_t Own_Address[6];
+ uint8_t PA_Level;
+} aci_gap_additional_beacon_start_cp0;
+
+typedef PACKED(struct)
+{
+ uint8_t Status;
+} aci_gap_additional_beacon_start_rp0;
+
+typedef PACKED(struct)
+{
+ uint8_t Status;
+} aci_gap_additional_beacon_stop_rp0;
+
+typedef PACKED(struct)
+{
+ uint8_t Adv_Data_Length;
+ uint8_t Adv_Data[BLE_CMD_MAX_PARAM_LEN - 1];
+} aci_gap_additional_beacon_set_data_cp0;
+
+typedef PACKED(struct)
+{
+ uint8_t Status;
+} aci_gap_additional_beacon_set_data_rp0;
+
+typedef PACKED(struct)
+{
uint8_t Status;
} aci_gatt_init_rp0;