1e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaum/*
2e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaum * Copyright (C) 2017 The Android Open Source Project
3e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaum *
4e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaum * Licensed under the Apache License, Version 2.0 (the "License");
5e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaum * you may not use this file except in compliance with the License.
6e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaum * You may obtain a copy of the License at
7e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaum *
8e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaum *      http://www.apache.org/licenses/LICENSE-2.0
9e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaum *
10e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaum * Unless required by applicable law or agreed to in writing, software
11e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaum * distributed under the License is distributed on an "AS IS" BASIS,
12e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaum * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaum * See the License for the specific language governing permissions and
14e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaum * limitations under the License.
15e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaum */
16e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaum
17e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaum#ifndef _ANDROID_NET_LOWPANBEACONINFOTEST_H_
18e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaum#define _ANDROID_NET_LOWPANBEACONINFOTEST_H_
19e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaum
20e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaum#include <jni.h>
21e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaum#include <android/net/lowpan/LowpanBeaconInfo.h>
22e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaum
23e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaumextern "C"
24e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert QuattlebaumJNIEXPORT jbyteArray Java_android_net_lowpan_LowpanBeaconInfoTest_readAndWriteNative(JNIEnv* env, jclass,
25e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaum        jbyteArray inParcel);
26e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaum
27e6a1be5f36c91c12ba89bca99233bdb9d7b448e0Robert Quattlebaum#endif  //  _ANDROID_NET_LOWPANBEACONINFOTEST_H_
28