How to get what a long procedures triggered CYBLE_EVT_GATTC_LONG_PROCEDURE_END ?

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

cross mob
urchc_1533771
Level 5
Level 5
5 likes given First like received First like given

    /** Event indicates that GATT long procedure is end and stack will not send any further
    * requests to peer. Either this event or 'CYBLE_EVT_GATTC_ERROR_RSP' will be received
    * by application. This event may get triggered for below GATT long procedures:
    *     1. CyBle_GattcDiscoverAllPrimaryServices
    *     2. CyBle_GattcDiscoverPrimaryServiceByUuid
    *     3. CyBle_GattcFindIncludedServices
    *     4. CyBle_GattcDiscoverAllCharacteristics
    *     5. CyBle_GattcDiscoverCharacteristicByUuid
    *     6. CyBle_GattcDiscoverAllCharacteristicDescriptors
    *     7. CyBle_GattcReadLongCharacteristicValues
    *     8. CyBle_GattcReadLongCharacteristicDescriptors    \n
    *     Event parameter is ATT opcode for the corresponding long GATT Procedure.
    */
    CYBLE_EVT_GATTC_LONG_PROCEDURE_END,

   

How to get what a long procedures triggered this ?

0 Likes
1 Solution
himam_31
Employee
Employee
50 likes received 25 likes received 10 likes received

Hello,

   

Event parameter is ATT opcode for the corresponding long GATT Procedure

   

Thanks,

   

Hima

View solution in original post

0 Likes
1 Reply
himam_31
Employee
Employee
50 likes received 25 likes received 10 likes received

Hello,

   

Event parameter is ATT opcode for the corresponding long GATT Procedure

   

Thanks,

   

Hima

0 Likes