Bluetooth supports descriptors for characteristics. In bluetooth.c for nrf is this:
char_md.p_char_pf = NULL; char_md.p_user_desc_md = NULL; char_md.p_cccd_md = NULL; char_md.p_sccd_md = NULL;
I can't find a way where they are used. Can descriptors be defined in javascript ? If yes,is this the right place to search for descriptors ?
@JumJum started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Bluetooth supports descriptors for characteristics.
In bluetooth.c for nrf is this:
I can't find a way where they are used.
Can descriptors be defined in javascript ?
If yes,is this the right place to search for descriptors ?