Discovery of Gatt Services doesn't work

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

cross mob
ChGa_3545231
Level 2
Level 2
First like given

Hi there,

i am using the :

CyBle_GattcStartDiscovery(cyBle_connHandle); function

which should give me :

CYBLE_EVT_GATTC_DISCOVERY_COMPLETE:

when it is done.

But I never get to this point.

So is there a problem on my pheripheral device or am I using the wrong API's?

Thanks

Chris

0 Likes
1 Solution
SayaniS_66
Moderator
Moderator
Moderator
10 likes received First like received

Hello Chris,

Please have a look at this example project where the API CyBle_GattcStartDiscovery(cyBle_connHandle) is implemented and it calls the event CYBLE_EVT_GATTC_DISCOVERY_COMPLETE.

PSoC-4-BLE/100_Projects_in_100_Days/Day015_Bonding at master · cypresssemiconductorco/PSoC-4-BLE · G...  

-Sayani.

View solution in original post

0 Likes
1 Reply
SayaniS_66
Moderator
Moderator
Moderator
10 likes received First like received

Hello Chris,

Please have a look at this example project where the API CyBle_GattcStartDiscovery(cyBle_connHandle) is implemented and it calls the event CYBLE_EVT_GATTC_DISCOVERY_COMPLETE.

PSoC-4-BLE/100_Projects_in_100_Days/Day015_Bonding at master · cypresssemiconductorco/PSoC-4-BLE · G...  

-Sayani.

0 Likes