Bluetooth Channelmapping on PSoC6 BLE

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
RebeccaWalter
Level 1
Level 1
5 sign-ins First reply posted First question asked

Hi, everyone,

I would like to carry out a RSSI measurement on both the central and the peripheral side for each individual channel.
Is it possible to enable only a single channel using the Cy_BLE_SetHostChannelClassification(...) function? The Bluetooth specification says that at least two channels must be enabled.

Is there a way to read the current channel?

In which c-file is the hopping algorithm programmed?

Many thanks for your help!
Regards

 

0 Likes
1 Solution

Hello, 

We have to set the required two channels with Cy_BLE_SetHostChannelClassification api. 

You can use the Cy_BLE_GetChannelMap() API for reading current channel map only.

Thanks,

P Yugandhar.

 

 

View solution in original post

0 Likes
5 Replies