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_hci_le.c')
-rw-r--r--Middlewares/ST/STM32_WPAN/ble/core/auto/ble_hci_le.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Middlewares/ST/STM32_WPAN/ble/core/auto/ble_hci_le.c b/Middlewares/ST/STM32_WPAN/ble/core/auto/ble_hci_le.c
index 127892e07..285cc41f3 100644
--- a/Middlewares/ST/STM32_WPAN/ble/core/auto/ble_hci_le.c
+++ b/Middlewares/ST/STM32_WPAN/ble/core/auto/ble_hci_le.c
@@ -142,7 +142,6 @@ tBleStatus hci_set_controller_to_host_flow_control( uint8_t Flow_Control_Enable
Osal_MemSet( &rq, 0, sizeof(rq) );
rq.ogf = 0x03;
rq.ocf = 0x031;
- rq.event = 0x0F;
rq.cparam = cmd_buffer;
rq.clen = index_input;
rq.rparam = &status;
@@ -173,7 +172,6 @@ tBleStatus hci_host_buffer_size( uint16_t Host_ACL_Data_Packet_Length,
Osal_MemSet( &rq, 0, sizeof(rq) );
rq.ogf = 0x03;
rq.ocf = 0x033;
- rq.event = 0x0F;
rq.cparam = cmd_buffer;
rq.clen = index_input;
rq.rparam = &status;
@@ -198,7 +196,6 @@ tBleStatus hci_host_number_of_completed_packets( uint8_t Number_Of_Handles,
Osal_MemSet( &rq, 0, sizeof(rq) );
rq.ogf = 0x03;
rq.ocf = 0x035;
- rq.event = 0x0F;
rq.cparam = cmd_buffer;
rq.clen = index_input;
rq.rparam = &status;