ESP-IDF
+
0
/11 examples
SourceVu will show references to
ble_hs_adv_parse_fields()
from the following samples and libraries:
blecent sample
cts_cent sample
enc_adv_data_cent sample
htp_cent sample
coc_blecent sample
ble_multi_conn_cent sample
ble_pawr_sync sample
ble_pawr_sync_conn sample
proximity_sensor_cent sample
spp_client sample
blecent_throughput sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_hs_adv_parse_fields()
ble_hs_adv_parse_fields() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_hs_adv.h:230
int
ble_hs_adv_parse_fields
(
struct
ble_hs_adv_fields
*
adv_fields
,
const
uint8_t
*
src
,
uint8_t
src_len
)
;
Implemented in
ble_hs_adv.c:914
Arguments
Argument
adv_fields
src
src_len
Related Functions
Found 13 other functions taking a
ble_hs_adv_fields
argument:
Function
Description
ble_gap_adv_set_fields()
Configures the fields to include in subsequent advertisements. This is a convenience wrapper for ble_gap_adv_set_data().
print_adv_fields()
ble_gap_adv_rsp_set_fields()
Configures the fields to include in subsequent scan responses. This is a convenience wrapper for ble_gap_adv_rsp_set_data().
ble_hs_adv_set_fields_mbuf()
ble_hs_adv_set_fields()
Converts a high-level set of fields to a byte buffer.
ble_hs_adv_parse_uuids32()
ble_hs_adv_parse_uuids128()
ble_hs_adv_parse_uuids16()
ble_eddystone_set_adv_data_gen()
Populates the supplied advertisement fields struct to represent an eddystone advertisement. Prior to calling this function, you must write the service data header and payload using the ble_eddystone_set_svc_data_base() function.
adv_set_fields()
ble_eddystone_set_adv_data_uid()
Configures the device to advertise Eddystone UID beacons.
ble_eddystone_set_adv_data_url()
Configures the device to advertise Eddystone URL beacons.
ble_hs_adv_parse_one_field()
Examples
ble_hs_adv_parse_fields()
is referenced by 11 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out