unable to find gattc_task.c

5 posts / 0 new
Last post
jamartin
Offline
Last seen:4 years 9 months ago
加入:2016-07-05 16:38
unable to find gattc_task.c

Hello, I can't seem to find the file gattc_task.c in the sdk anywhere. I would like to see the definition of the gattc_send_evt_cmd message handler. Could you let me know where this file is?

Device:
MT_dialog
Offline
Last seen:2 months 3 weeks ago
Staff
加入:2015-06-08 11:34
Hi jamartin,

Hi jamartin,

The file you are looking for its not provided in the SDK, its part of the ROM code.

Thanks MT_dialog

jamartin
Offline
Last seen:4 years 9 months ago
加入:2016-07-05 16:38
Is there any way I can see

Is there any way I can see this code?

Joacimwe
Offline
Last seen:1 year 6 months ago
Guru
加入:2014-01-14 06:45
In what way is this

In what way is this particular function interesting? Do you have troubles with sending notifications/indications?
The message handler submits the event to lower layers that sends the data over the air, per documentation athttp://support.dialog-semiconductor.com/system/files/resources/RW-BLE-GA...

MT_dialog
Offline
Last seen:2 months 3 weeks ago
Staff
加入:2015-06-08 11:34
Hi jamartin,

Hi jamartin,

The ROM code is strictly unavailable, if indeed you have troubles in sending notifications or indications, you can check the document Joacimwe kindly mentioned or check the app_ble_peripheral example for checking out the implementation.

Thanks MT_dialog