BLE Notifications using the BLE fixed stack

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

cross mob
chva_349096
Level 3
Level 3
5 sign-ins 10 replies posted 5 replies posted

Hi,

   

I have been having great luck with the Fixed BLE Stack option.  I have run into a single snag however.  I am finding that my BOOTLOADABLE project, after calling CyBle_GattsNotification():

   
        
  • cyBle_busStatus always equals zero.
  •     
  • The CYBLE_EVT_STACK_BUSY_STATUS is never triggered.
  •    
   

The matching BOOTLOADER project does work.  Any thoughts?  I have tried BLE component version 2.30 and 3.10 without any luck.  I can confirm that the notifications are being sent when CyBle_GattsNotification() is called in both the BOOTLOADABLE and BOOTLOADER projects.

   

Thanks.

   

- Chris

0 Likes
1 Solution
chva_349096
Level 3
Level 3
5 sign-ins 10 replies posted 5 replies posted

I have also checked that calling CyBle_GattsNotification() will properly return CYBLE_ERROR_INVALID_OPERATI
ON in both projects if the BLE bus is busy like it should, so things are partially working.

View solution in original post

0 Likes
1 Reply
chva_349096
Level 3
Level 3
5 sign-ins 10 replies posted 5 replies posted

I have also checked that calling CyBle_GattsNotification() will properly return CYBLE_ERROR_INVALID_OPERATI
ON in both projects if the BLE bus is busy like it should, so things are partially working.

0 Likes