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
ble_advdata_parser.h
00001 #ifndef BLE_ADVDATA_PARSER_H_ 00002 #define BLE_ADVDATA_PARSER_H_ 00003 00004 #include "nordic_global.h" 00005 #include "ble_advdata.h " 00006 00007 uint32_t ble_advdata_parse(uint8_t * p_data, uint8_t len, ble_advdata_t * advdata); 00008 uint32_t ble_advdata_parser_field_find(uint8_t type, uint8_t * p_advdata, uint8_t * len, uint8_t ** pp_field_data); 00009 00010 #endif
Generated on Tue Jul 12 2022 19:00:51 by
