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.
Dependencies: BLE_API_Native_IRC BLE_API mbed
nRF51822/nordic/nrf-sdk/ble/ble_advdata_parser.h@2:dd85fdc18224, 2014-08-20 (annotated)
- Committer:
- jksoft
- Date:
- Wed Aug 20 13:30:11 2014 +0000
- Revision:
- 2:dd85fdc18224
- Parent:
- 1:48f6e08a3ac2
???
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| jksoft | 1:48f6e08a3ac2 | 1 | #ifndef BLE_ADVDATA_PARSER_H_ |
| jksoft | 1:48f6e08a3ac2 | 2 | #define BLE_ADVDATA_PARSER_H_ |
| jksoft | 1:48f6e08a3ac2 | 3 | |
| jksoft | 1:48f6e08a3ac2 | 4 | #include "ble_advdata.h" |
| jksoft | 1:48f6e08a3ac2 | 5 | |
| jksoft | 1:48f6e08a3ac2 | 6 | uint32_t ble_advdata_parse(uint8_t * p_data, uint8_t len, ble_advdata_t * advdata); |
| jksoft | 1:48f6e08a3ac2 | 7 | uint32_t ble_advdata_parser_field_find(uint8_t type, uint8_t * p_advdata, uint8_t * len, uint8_t ** pp_field_data); |
| jksoft | 1:48f6e08a3ac2 | 8 | |
| jksoft | 1:48f6e08a3ac2 | 9 | #endif |