![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| bool ble_adv_data_uuid_find | ( | const uint8_t * | buf, |
| uint16_t | len, | ||
| const ble_uuid_t * | uuid ) |
#include <ble_adv_data.h>
Search encoded Advertising data for a UUID (16-bit or 128-bit).
| [in] | buf | Encoded Advertising data. |
| [in] | len | Buffer length. |
| [in] | uuid | UUID to search for. |
| true | If uuid was found among buf. |
| false | If uuid was not found among buf, or if buf or uuid was NULL. |