Part Number: CC2640
Tool/software: Code Composer Studio
Hello
I use CC2640 to develope BLE central device and use 3-party chip (Nordic )to be BLE pierpherl .And the CC2640 could not receive notify event (ATT_HANDLE_VALUE_NOTI )from 3-party decice. While initialing GATT Client, CC2640 has registered related event , please refer to the flowing code .
// Register to receive incoming ATT Indications/Notifications
GATT_RegisterForInd(selfEntity);
// Register for GATT local events and ATT Responses pending for transmission
GATT_RegisterForMsgs(selfEntity);
Then CC2640 should receive ATT_HANDLE_VALUE_NOTI in SimpleBLECentral_processGATTMsg(), but gateway does not receive the event.
I use LightBlue app to connect 3-party device, the app could receive notification event. Please help on the issue, thank you.