cancel
Showing results for 
Search instead for 
Did you mean: 

Hello, i use STM32CubeIDE to create a project P2P BLE server. What's the difference between "Custom P2P server" and "Custom template"?

MaratiK
Associate

In STM32CubeIDE -> Middleware -> STM32_WPAN-> BLE Application and services, there are 2 parameters "Custom P2P server" and "Custom template". How are they different and under what conditions should be used?

1 REPLY 1
Remy ISSALYS
ST Employee

Hello,

P2P Server is a ST proprietary application and not BT SIG application, that's why it called Custom P2P Server. If you choose Custom P2P Server, your P2P application is ready to use. Custom template allow to create your own application.

A wiki page about STM32CubeMX tool is available here:

https://wiki.st.com/stm32mcu/wiki/Connectivity:STM32WB_BLE_STM32CubeMX

Best Regards