Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dnet.h322 #define BLE_MESH_NET_HDR_LEN 9 macro
Dtransport.c203 net_buf_reserve(buf, BLE_MESH_NET_HDR_LEN); in send_unseg()
514 net_buf_reserve(seg, BLE_MESH_NET_HDR_LEN); in send_seg()
1154 net_buf_reserve(buf, BLE_MESH_NET_HDR_LEN); in ctl_send_unseg()
1231 net_buf_reserve(seg, BLE_MESH_NET_HDR_LEN); in ctl_send_seg()
1742 net_buf_simple_pull(buf, BLE_MESH_NET_HDR_LEN);
Dproxy_client.c176 net_buf_simple_pull(&buf, BLE_MESH_NET_HDR_LEN); in proxy_cfg()
892 buf = bt_mesh_alloc_buf(1 + BLE_MESH_NET_HDR_LEN + alloc_len + 8); in send_proxy_cfg()
Dnet.c36 #define BLE_MESH_NET_MIN_PDU_LEN (BLE_MESH_NET_HDR_LEN + 1 + 8)
1494 bt_hex(buf.data + BLE_MESH_NET_HDR_LEN, buf.len - BLE_MESH_NET_HDR_LEN)); in bt_mesh_net_recv()
Dproxy_server.c334 net_buf_simple_pull(&buf, BLE_MESH_NET_HDR_LEN); in proxy_cfg()