Skip to main content
Lmali.1
Associate III
January 28, 2020
Question

connect BLE to several smartphones

  • January 28, 2020
  • 4 replies
  • 776 views

Is it possible to get connection with several smartphones on the STM32WB?

As I understand the STM32WB can connect several servers but not clients (smartphones), or I got it all wrong?

Thanks,

Lior Malik

This topic has been closed for replies.

4 replies

Remi QUINTIN
Technical Moderator
January 29, 2020

​There is no restriction at GATT level (Client/Server architecture).

The STM32WB can support up to 8 connections but only 2 slaves at Link layer level (GAP level).

Lmali.1
Lmali.1Author
Associate III
January 29, 2020

thank you for your response.

is there any example that support several connections?

Remi QUINTIN
Technical Moderator
January 29, 2020

​Please have a look the STM32Cube_FW_WB_V1.4.0\STM32Cube_FW_WB_V1.4.0\Projects\P-NUCLEO-WB55.Nucleo\Applications\BLE\BLE_p2pRouteur project.

Go to the readme.txt file

demonstrate STM32WB55xx capabilities:

-- 1 slave & 6 masters connections on same device

-- GATT Server & GATT Client on same device

-- Automatic reconnection

-- Special Advertising format is proposed

-- Proprietary Services & Characteristics are used

Lmali.1
Lmali.1Author
Associate III
January 30, 2020

Thank you very much.

I will look at this one.