Home
last modified time | relevance | path

Searched refs:BT_MESH_NET_HDR_LEN (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dnet.h33 #define BT_MESH_NET_MIN_PDU_LEN (BT_MESH_NET_HDR_LEN + 1 + 8)
38 #define BT_MESH_NET_MAX_PDU_LEN (BT_MESH_NET_HDR_LEN + 16 + 4)
292 #define BT_MESH_NET_HDR_LEN 9 macro
Dtransport.c132 net_buf_simple_reserve(&adv->b, BT_MESH_NET_HDR_LEN); in send_unseg()
422 net_buf_simple_reserve(&seg->b, BT_MESH_NET_HDR_LEN); in seg_tx_send_unacked()
1633 net_buf_simple_pull(buf, BT_MESH_NET_HDR_LEN); in bt_mesh_trans_recv()
Dfriend.c424 net_buf_simple_pull(&in, BT_MESH_NET_HDR_LEN); in unseg_app_sdu_decrypt()
442 net_buf_simple_pull(&sdu, BT_MESH_NET_HDR_LEN); in unseg_app_sdu_encrypt()
Dproxy_srv.c287 net_buf_simple_pull(&buf, BT_MESH_NET_HDR_LEN); in proxy_cfg()
Dnet.c45 #define LOOPBACK_MAX_PDU_LEN (BT_MESH_NET_HDR_LEN + 16)