EasyManua.ls Logo

TELINK SEMICONDUCTOR TLSR8232 - Page 156

Default Icon
211 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Telink TLSR8232 BLE SDK Developer Handbook
AN-19112700-E1 155 Ver.1.0.0
For the following key values, after they are transferred by Slave to Telink Master Dongle,
special processing will be realized by PC, and it depends on report descriptor
configuration of BLE HID in app_att.c.
enum{
VK_EXT_START = 0xa0,
VK_SYS_START = VK_EXT_START, //0xa0
VK_SLEEP = VK_SYS_START, //0xa0, sleep
VK_POWER, //0xa1, power
VK_WAKEUP, //0xa2, wake-up
VK_SYS_END, //0xa3
VK_SYS_CNT = (VK_SYS_END - VK_SYS_START),//0xa3-0xa0=0x03
VK_MEDIA_START = VK_SYS_END, //0xa3
VK_W_SRCH = VK_MEDIA_START, //0xa3
VK_WEB, //0xa4
VK_W_BACK,
VK_W_FORWRD,
VK_W_STOP,
VK_W_REFRESH,
VK_W_FAV, //0xa9
VK_MEDIA,
VK_MAIL,
VK_CAL,
VK_MY_COMP,
VK_NEXT_TRK,
VK_PREV_TRK,
VK_STOP, //b0
VK_PLAY_PAUSE,
VK_W_MUTE,
VK_VOL_UP,
VK_VOL_DN,
VK_MEDIA_END,
VK_EXT_END = VK_MEDIA_END,
VK_MEDIA_CNT = (VK_MEDIA_END - VK_MEDIA_START),//0xb5-0xa3=0x12

Table of Contents