ESP-IDF
+
0
/2 examples
SourceVu will show references to
ble_hs_adv_set_fields_mbuf()
from the following samples and libraries:
ble_pawr_adv sample
ble_pawr_adv_conn 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_set_fields_mbuf()
ble_hs_adv_set_fields_mbuf() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_hs_adv.h:224
int
ble_hs_adv_set_fields_mbuf
(
const
struct
ble_hs_adv_fields
*
adv_fields
,
struct
os_mbuf
*
om
)
;
Implemented in
ble_hs_adv.c:593
Arguments
Argument
adv_fields
om
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().
ble_hs_adv_parse_fields()
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()
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_set_fields_mbuf()
is referenced by 2 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