cancel
Showing results for 
Search instead for 
Did you mean: 

missed include of ble_types.h in generating p2p configuration

nima.askari
Associate III

in stm32wb55, After generating p2p configuration, #include "ble_types.h" should add manually in p2p_stm32.h file.

2 REPLIES 2
Andrew Neil
Super User

Is that a question, or a statement?

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
STTwo-32
ST Employee

Hello @nima.askari 

I've personally generated a code on the STM32WB using the STM32_WPAN and the P2P server application type. After compilation, everything works fine and no need to add the file manually (using the STM32CubeMX V6.14.1 and the STM32CubeIDE V1.18.1). If you have the need to use the ble_types.h and it is not included, you need to ad it manually.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.