This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ble_beacon stack

what exactly ble_beacon stack is used for? what it does and can it be used to advertise or send  user data (like string) and receive notifications from other devices ...can anybody explain which one is the advertising packet in beacon stack..how advertising packet is made and hoe it is transmitted....thank you

Parents Reply
  • in ble_beacon stack(i am using nrf52832 SDK 15) 

    #define APP_BEACON_INFO_LENGTH           0x17 /**< Total length of information advertised by the Beacon. */
    #define APP_ADV_DATA_LENGTH                  0x15 /**< Length of manufacturer specific data in the advertisement. */

    can we change APP_BEACON_INFO_LENGTH and APP_ADV_DATA_LENGTH....so that more than 21 byte data can be sent... i tried changing 

    static uint8_t              m_enc_advdata[BLE_GAP_ADV_SET_DATA_SIZE_MAX] to

    static uint8_t              m_enc_advdata[BLE_GAP_ADV_SET_DATA_SIZE_EXTENDED_MAX_SUPPORTED]

    but it didnt help...if we cant change data length then why...please explain

Children
No Data
Related