Hi,
I've setup nRF Connect SDK v1.1.0 and I was taking a look at the the peipheral_uart example. I couldn't find any API reference when I searched in the v1.1.0 documentation for
Hi,
I've setup nRF Connect SDK v1.1.0 and I was taking a look at the the peipheral_uart example. I couldn't find any API reference when I searched in the v1.1.0 documentation for
Hello Gowtham,
Can you please elaborate on what you are looking for? Are you looking for what BT_LE_AD_GENERAL and BT_LE_AD_NO_BREDR mean? These are defined in zephyr\include\bluetooth\gap.h
#define BT_LE_AD_LIMITED 0x01 /* Limited Discoverable */ #define BT_LE_AD_GENERAL 0x02 /* General Discoverable */ #define BT_LE_AD_NO_BREDR 0x04 /* BR/EDR not supported */
Kind regards,
Øyvind
Hi,
I was looking for the documentation for these macros. You can see that in the below link, it mentions that no results are found when I searched for this macro in the zephyr documentation for nRF Conenct SDK v1.1.0
Since, these macros are being used in the example code(peripheral_uart example), I believe that a decent bit of documentation should be available as to what these macros are and how to use them.
I did some investigation, and it seems like this is a documentation bug which I agree should be documented. I will report this to our NCS team.
Kind regards,
Øyvind