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
nordic/nrf-sdk/ble/ble_advdata_parser.h@100:030804500597, 2015-04-01 (annotated)
- Committer:
- soumi_ghsoh
- Date:
- Wed Apr 01 22:06:35 2015 +0000
- Revision:
- 100:030804500597
- Parent:
- 37:c29c330d942c
TAG read with multiple instances of RX complete IRQ; Imp changes: reduced RX wait time, Vin=3V/AGC ON, RX_IN2(main) , RX_IN1(aux)
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bogdanm | 0:eff01767de02 | 1 | #ifndef BLE_ADVDATA_PARSER_H_ |
bogdanm | 0:eff01767de02 | 2 | #define BLE_ADVDATA_PARSER_H_ |
bogdanm | 0:eff01767de02 | 3 | |
bogdanm | 0:eff01767de02 | 4 | #include "ble_advdata.h" |
bogdanm | 0:eff01767de02 | 5 | |
bogdanm | 0:eff01767de02 | 6 | uint32_t ble_advdata_parse(uint8_t * p_data, uint8_t len, ble_advdata_t * advdata); |
bogdanm | 0:eff01767de02 | 7 | uint32_t ble_advdata_parser_field_find(uint8_t type, uint8_t * p_advdata, uint8_t * len, uint8_t ** pp_field_data); |
bogdanm | 0:eff01767de02 | 8 | |
bogdanm | 0:eff01767de02 | 9 | #endif |