Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nRF51822 by
Diff: nordic-sdk/components/ble/common/ble_advdata.h
- Revision:
- 112:737b08b3b995
- Parent:
- 103:138bdc859cc9
- Child:
- 343:6675661fa600
--- a/nordic-sdk/components/ble/common/ble_advdata.h Wed Apr 15 09:24:27 2015 +0100 +++ b/nordic-sdk/components/ble/common/ble_advdata.h Thu Apr 30 08:34:37 2015 +0100 @@ -72,7 +72,7 @@ ble_advdata_name_type_t name_type; /**< Type of device name. */ uint8_t short_name_len; /**< Length of short device name (if short type is specified). */ bool include_appearance; /**< Determines if Appearance shall be included. */ - uint8_array_t flags; /**< Advertising data Flags field. */ + uint8_t flags; /**< Advertising data Flags field. */ int8_t * p_tx_power_level; /**< TX Power Level field. */ ble_advdata_uuid_list_t uuids_more_available; /**< List of UUIDs in the 'More Available' list. */ ble_advdata_uuid_list_t uuids_complete; /**< List of UUIDs in the 'Complete' list. */