Home
last modified time | relevance | path

Searched refs:bt_mesh_next_seq (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dnet.h370 uint32_t bt_mesh_next_seq(void);
Dnet.c765 uint32_t bt_mesh_next_seq(void) in bt_mesh_next_seq() function
812 seq = bt_mesh_next_seq(); in bt_mesh_net_resend()
880 net_buf_simple_push_be24(buf, bt_mesh_next_seq()); in bt_mesh_net_encode()
Dfriend.c523 seq = bt_mesh_next_seq(); in encrypt_friend_pdu()