ESP-IDF
bt_mesh_adv
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_adv
bt_mesh_adv struct
Syntax
Show:
Summary
Declaration
from
adv.h:59
struct
bt_mesh_adv
{
struct
os_mbuf
*
frags
;
const
struct
bt_mesh_send_cb
*
cb
;
void
*
cb_data
;
uint8_t
type
:
2
,
started
:
1
,
busy
:
1
;
uint8_t
xmit
;
uint8_t
flags
;
int
ref_cnt
;
struct
ble_npl_event
ev
;
}
;
Fields
Field
Declared as
Description
bt_mesh_adv::frags
struct
os_mbuf
*
Fragments associated with this buffer.
bt_mesh_adv::cb
const
struct
bt_mesh_send_cb
*
bt_mesh_adv::cb_data
void
*
bt_mesh_adv::type
uint8_t
:
2
bt_mesh_adv::started
uint8_t
type
:
2
,
:
1
bt_mesh_adv::busy
uint8_t
type
:
2
,
started
:
1
,
:
1
bt_mesh_adv::xmit
uint8_t
bt_mesh_adv::flags
uint8_t
bt_mesh_adv::ref_cnt
int
bt_mesh_adv::ev
struct
ble_npl_event
Related Functions
Found 2 other functions taking a
bt_mesh_adv
argument:
Function
bt_mesh_adv_send_start()
bt_mesh_adv_send_end()
Examples
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