ESP-IDF
bt_mesh_friend
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_friend
bt_mesh_friend struct
Syntax
Show:
Summary
Declaration
from
net.h:178
struct
bt_mesh_friend
{
uint16_t
lpn
;
uint8_t
recv_delay
;
uint8_t
fsn
:
1
,
send_last
:
1
,
pending_req
:
1
,
pending_buf
:
1
,
valid
:
1
,
established
:
1
;
int32_t
poll_to
;
uint8_t
num_elem
;
uint16_t
lpn_counter
;
uint16_t
counter
;
uint16_t
net_idx
;
uint16_t
sub_list
[
FRIEND_SUB_LIST_SIZE
]
;
struct
k_delayed_work
timer
;
struct
bt_mesh_friend_seg
{
sys_slist_t
queue
;
uint8_t
seg_count
;
}
seg
[
FRIEND_SEG_RX
]
;
struct
net_buf
*
last
;
sys_slist_t
queue
;
uint32_t
queue_size
;
struct
{
uint32_t
start
;
uint16_t
frnd
;
uint16_t
repeat_sec
;
struct
k_delayed_work
timer
;
}
clear
;
}
;
Fields
Field
Declared as
bt_mesh_friend::lpn
uint16_t
bt_mesh_friend::recv_delay
uint8_t
bt_mesh_friend::fsn
uint8_t
:
1
bt_mesh_friend::send_last
uint8_t
fsn
:
1
,
:
1
bt_mesh_friend::pending_req
uint8_t
fsn
:
1
,
send_last
:
1
,
:
1
bt_mesh_friend::pending_buf
uint8_t
fsn
:
1
,
send_last
:
1
,
pending_req
:
1
,
:
1
bt_mesh_friend::valid
uint8_t
fsn
:
1
,
send_last
:
1
,
pending_req
:
1
,
pending_buf
:
1
,
:
1
bt_mesh_friend::established
uint8_t
fsn
:
1
,
send_last
:
1
,
pending_req
:
1
,
pending_buf
:
1
,
valid
:
1
,
:
1
bt_mesh_friend::poll_to
int32_t
bt_mesh_friend::num_elem
uint8_t
bt_mesh_friend::lpn_counter
uint16_t
bt_mesh_friend::counter
uint16_t
bt_mesh_friend::net_idx
uint16_t
bt_mesh_friend::sub_list
uint16_t
[
FRIEND_SUB_LIST_SIZE
]
bt_mesh_friend::timer
struct
k_delayed_work
bt_mesh_friend::seg
struct
bt_mesh_friend_seg
{
sys_slist_t
queue
;
uint8_t
seg_count
;
}
[
FRIEND_SEG_RX
]
bt_mesh_friend::last
struct
net_buf
*
bt_mesh_friend::queue
sys_slist_t
bt_mesh_friend::queue_size
uint32_t
bt_mesh_friend::clear
struct
{
uint32_t
start
;
uint16_t
frnd
;
uint16_t
repeat_sec
;
struct
k_delayed_work
timer
;
}
Related Functions
Found 31 other functions taking a
bt_mesh_friend
argument:
Function
friend_clear()
friend_lpn_matches()
enqueue_update()
friend_is_allocated()
friend_recv_delay()
create_friend_pdu()
encrypt_friend_pdu()
encode_friend_ctl()
enqueue_sub_cfm()
enqueue_buf()
friend_purge_old_ack()
friend_queue_has_space()
friend_queue_prepare_space()
send_friend_clear()
enqueue_friend_pdu()
is_lpn_unicast()
friend_cred_create()
offer_delay()
friend_lpn_enqueue_rx()
friend_lpn_enqueue_tx()
clear_procedure_start()
enqueue_offer()
get_seg()
unseg_app_sdu_unpack()
unseg_app_sdu_decrypt()
unseg_app_sdu_encrypt()
unseg_app_sdu_prepare()
encode_update()
recv_delay()
friend_sub_add()
friend_sub_rem()
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