component/bt : cleanup the liscence header

This commit is contained in:
Tian Hao
2016-11-05 02:48:16 +08:00
parent acda125e8b
commit aa6fe04148
37 changed files with 3200 additions and 3088 deletions

View File

@@ -1,16 +1,17 @@
/**
**************************************************************************************** // Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
* //
* @file bt_prf_sys_main.c // Licensed under the Apache License, Version 2.0 (the "License");
* // you may not use this file except in compliance with the License.
* @brief Application entry point // You may obtain a copy of the License at
*
* Copyright (C) Espressif 2016 // http://www.apache.org/licenses/LICENSE-2.0
* Created by Yulong at 2016/10/13 //
* // Unless required by applicable law or agreed to in writing, software
* // distributed under the License is distributed on an "AS IS" BASIS,
**************************************************************************************** // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/ // See the License for the specific language governing permissions and
// limitations under the License.
#include "thread.h" #include "thread.h"
#include "bt_prf_sys.h" #include "bt_prf_sys.h"

View File

@@ -1,16 +1,16 @@
/** // Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
**************************************************************************************** //
* // Licensed under the Apache License, Version 2.0 (the "License");
* @file bt_prf_task.c // you may not use this file except in compliance with the License.
* // You may obtain a copy of the License at
* @brief Application entry point
* // http://www.apache.org/licenses/LICENSE-2.0
* Copyright (C) Espressif 2016 //
* Created by Yulong at 2016/10/11 // Unless required by applicable law or agreed to in writing, software
* // distributed under the License is distributed on an "AS IS" BASIS,
* // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
**************************************************************************************** // See the License for the specific language governing permissions and
*/ // limitations under the License.
#include "bt_prf_task.h" #include "bt_prf_task.h"
#include "bt_prf_sys.h" #include "bt_prf_sys.h"

View File

@@ -1,16 +1,16 @@
/** // Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
**************************************************************************************** //
* // Licensed under the Apache License, Version 2.0 (the "License");
* @file bt_profile_act.c // you may not use this file except in compliance with the License.
* // You may obtain a copy of the License at
* @brief Application entry point
* // http://www.apache.org/licenses/LICENSE-2.0
* Copyright (C) Espressif 2016 //
* Created by Yulong at 2016/10/13 // Unless required by applicable law or agreed to in writing, software
* // distributed under the License is distributed on an "AS IS" BASIS,
* // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
**************************************************************************************** // See the License for the specific language governing permissions and
*/ // limitations under the License.

View File

@@ -1,16 +1,16 @@
/** // Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
**************************************************************************************** //
* // Licensed under the Apache License, Version 2.0 (the "License");
* @file bt_prf_task.h // you may not use this file except in compliance with the License.
* // You may obtain a copy of the License at
* @brief Application entry point
* // http://www.apache.org/licenses/LICENSE-2.0
* Copyright (C) Espressif 2016 //
* Created by Yulong at 2016/10/12 // Unless required by applicable law or agreed to in writing, software
* // distributed under the License is distributed on an "AS IS" BASIS,
* // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
**************************************************************************************** // See the License for the specific language governing permissions and
*/ // limitations under the License.
#include <string.h> #include <string.h>

View File

@@ -1,16 +1,16 @@
/** // Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
**************************************************************************************** //
* // Licensed under the Apache License, Version 2.0 (the "License");
* @file bt_prf_sys.h // you may not use this file except in compliance with the License.
* // You may obtain a copy of the License at
* @brief Application entry point
* // http://www.apache.org/licenses/LICENSE-2.0
* Copyright (C) Espressif 2016 //
* Created by Yulong at 2016/10/12 // Unless required by applicable law or agreed to in writing, software
* // distributed under the License is distributed on an "AS IS" BASIS,
* // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
**************************************************************************************** // See the License for the specific language governing permissions and
*/ // limitations under the License.
#ifndef _PROFILE_SYS_H__ #ifndef _PROFILE_SYS_H__
#define _PROFILE_SYS_H__ #define _PROFILE_SYS_H__

View File

@@ -1,16 +1,16 @@
/** // Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
**************************************************************************************** //
* // Licensed under the Apache License, Version 2.0 (the "License");
* @file bt_prf_task.h // you may not use this file except in compliance with the License.
* // You may obtain a copy of the License at
* @brief Application entry point
* // http://www.apache.org/licenses/LICENSE-2.0
* Copyright (C) Espressif 2016 //
* Created by Yulong at 2016/10/11 // Unless required by applicable law or agreed to in writing, software
* // distributed under the License is distributed on an "AS IS" BASIS,
* // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
**************************************************************************************** // See the License for the specific language governing permissions and
*/ // limitations under the License.
#include <stddef.h> #include <stddef.h>
#include "bt_defs.h" #include "bt_defs.h"

View File

@@ -1,16 +1,16 @@
/** // Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
**************************************************************************************** //
* // Licensed under the Apache License, Version 2.0 (the "License");
* @file button_pro.c // you may not use this file except in compliance with the License.
* // You may obtain a copy of the License at
* @brief Application entry point
* // http://www.apache.org/licenses/LICENSE-2.0
* Copyright (C) Espressif 2016 //
* Created by Yulong at 2016/8/18 // Unless required by applicable law or agreed to in writing, software
* // distributed under the License is distributed on an "AS IS" BASIS,
* // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
**************************************************************************************** // See the License for the specific language governing permissions and
*/ // limitations under the License.
#include <stdint.h> #include <stdint.h>

View File

@@ -1,17 +1,18 @@
/**
****************************************************************************************
*
* @file button_pro.h
*
* @brief Application entry point
*
* Copyright (C) Espressif 2016
* Created by Yulong at 2016/8/18
*
*
****************************************************************************************
*/
#include "prf_defs.h" #include "prf_defs.h"
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#if (BUT_PROFILE_CFG) #if (BUT_PROFILE_CFG)
#include "bt_target.h" #include "bt_target.h"

View File

@@ -1,16 +1,16 @@
/** // Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
**************************************************************************************** //
* // Licensed under the Apache License, Version 2.0 (the "License");
* @file wx_airsync_prf.h // you may not use this file except in compliance with the License.
* // You may obtain a copy of the License at
* @brief Application entry point
* // http://www.apache.org/licenses/LICENSE-2.0
* Copyright (C) Espressif 2016 //
* Created by Yulong at 2016/9/29 // Unless required by applicable law or agreed to in writing, software
* // distributed under the License is distributed on an "AS IS" BASIS,
* // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
**************************************************************************************** // See the License for the specific language governing permissions and
*/ // limitations under the License.
#include "prf_defs.h" #include "prf_defs.h"

View File

@@ -1,17 +1,18 @@
/**
****************************************************************************************
*
* @file wx_airsync_prf.c
*
* @brief Application entry point
*
* Copyright (C) Espressif 2016
* Created by Yulong at 2016/9/29
*
*
****************************************************************************************
*/
#include "wx_airsync_prf.h" #include "wx_airsync_prf.h"
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#if (WX_AIRSYNC_CFG) #if (WX_AIRSYNC_CFG)

View File

@@ -1,9 +1,18 @@
/***************************************************************
* *
* * This file is for battery service based on bta layer
* *
***************************************************************/
#include <stdint.h> #include <stdint.h>
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#include <string.h> #include <string.h>
#include <stdbool.h> #include <stdbool.h>
#include <stdio.h> #include <stdio.h>

View File

@@ -1,17 +1,18 @@
/**
****************************************************************************************
*
* @file hid_le_prf.c
*
* @brief Application entry point
*
* Copyright (C) Espressif 2016
* Created by Yulong at 2016/9/7
*
*
****************************************************************************************
*/
#include <string.h> #include <string.h>
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#include "hid_le_prf.h" #include "hid_le_prf.h"
#include "prf_defs.h" #include "prf_defs.h"

View File

@@ -1,16 +1,16 @@
/** // Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
**************************************************************************************** //
* // Licensed under the Apache License, Version 2.0 (the "License");
* @file button_pro.c // you may not use this file except in compliance with the License.
* // You may obtain a copy of the License at
* @brief Application entry point
* // http://www.apache.org/licenses/LICENSE-2.0
* Copyright (C) Espressif 2016 //
* Created by Yulong at 2016/9/7 // Unless required by applicable law or agreed to in writing, software
* // distributed under the License is distributed on an "AS IS" BASIS,
* // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
**************************************************************************************** // See the License for the specific language governing permissions and
*/ // limitations under the License.
#include "prf_defs.h" #include "prf_defs.h"

View File

@@ -1,17 +1,18 @@
/**
****************************************************************************************
*
* @file prf_defs.h
*
* @brief Application entry point
*
* Copyright (C) Espressif 2016
* Created by Yulong at 2016/9/8
*
*
****************************************************************************************
*/
#ifndef PRF_DEFS_H_ #ifndef PRF_DEFS_H_
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#define PRF_DEFS_H_ #define PRF_DEFS_H_
#include "bta_api.h" #include "bta_api.h"

View File

@@ -1,16 +1,16 @@
/** // Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
**************************************************************************************** //
* // Licensed under the Apache License, Version 2.0 (the "License");
* @file bt_app_api.c // you may not use this file except in compliance with the License.
* // You may obtain a copy of the License at
* @brief Application entry point
* // http://www.apache.org/licenses/LICENSE-2.0
* Copyright (C) Espressif 2016 //
* Created by Yulong at 2016/10/17 // Unless required by applicable law or agreed to in writing, software
* // distributed under the License is distributed on an "AS IS" BASIS,
* // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
**************************************************************************************** // See the License for the specific language governing permissions and
*/ // limitations under the License.
#include "bt_app_api.h" #include "bt_app_api.h"
#include "btm_ble_api.h" #include "btm_ble_api.h"

View File

@@ -1,16 +1,16 @@
/** // Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
**************************************************************************************** //
* // Licensed under the Apache License, Version 2.0 (the "License");
* @file bt_app_sec.c // you may not use this file except in compliance with the License.
* // You may obtain a copy of the License at
* @brief Application entry point
* // http://www.apache.org/licenses/LICENSE-2.0
* Copyright (C) Espressif 2016 //
* Created by Yulong at 2016/10/13 // Unless required by applicable law or agreed to in writing, software
* // distributed under the License is distributed on an "AS IS" BASIS,
* // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
**************************************************************************************** // See the License for the specific language governing permissions and
*/ // limitations under the License.
#include "bt_app_sec.h" #include "bt_app_sec.h"
#include <stdlib.h> // standard library #include <stdlib.h> // standard library

View File

@@ -1,3 +1,17 @@
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#include "bt_gap_api.h" #include "bt_gap_api.h"
#include "bta_api.h" #include "bta_api.h"
#include "bt_trace.h" #include "bt_trace.h"

View File

@@ -1,3 +1,17 @@
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#include "bt_sdp_api.h" #include "bt_sdp_api.h"

View File

@@ -1,16 +1,16 @@
/** // Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
**************************************************************************************** //
* // Licensed under the Apache License, Version 2.0 (the "License");
* @file bt_app_api.h // you may not use this file except in compliance with the License.
* // You may obtain a copy of the License at
* @brief Application entry point
* // http://www.apache.org/licenses/LICENSE-2.0
* Copyright (C) Espressif 2016 //
* Created by Yulong at 2016/10/13 // Unless required by applicable law or agreed to in writing, software
* // distributed under the License is distributed on an "AS IS" BASIS,
* // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
**************************************************************************************** // See the License for the specific language governing permissions and
*/ // limitations under the License.
#include "bt_types.h" #include "bt_types.h"
#include "bt_app_defs.h" #include "bt_app_defs.h"

View File

@@ -1,16 +1,16 @@
/** // Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
**************************************************************************************** //
* // Licensed under the Apache License, Version 2.0 (the "License");
* @file bt_app_sec.h // you may not use this file except in compliance with the License.
* // You may obtain a copy of the License at
* @brief Application entry point
* // http://www.apache.org/licenses/LICENSE-2.0
* Copyright (C) Espressif 2016 //
* Created by Yulong at 2016/10/13 // Unless required by applicable law or agreed to in writing, software
* // distributed under the License is distributed on an "AS IS" BASIS,
* // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
**************************************************************************************** // See the License for the specific language governing permissions and
*/ // limitations under the License.
#include "bt_types.h" #include "bt_types.h"

View File

@@ -1,3 +1,17 @@
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#include <stdio.h> #include <stdio.h>
#include "freertos/FreeRTOS.h" #include "freertos/FreeRTOS.h"
#include "freertos/task.h" #include "freertos/task.h"

View File

@@ -1,3 +1,17 @@
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
/*************************************************************** /***************************************************************
* * * *
* * This file is for client to execute battery-related operation * * This file is for client to execute battery-related operation

View File

@@ -1,16 +1,16 @@
/** // Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
**************************************************************************************** //
* // Licensed under the Apache License, Version 2.0 (the "License");
* @file bt_app.c // you may not use this file except in compliance with the License.
* // You may obtain a copy of the License at
* @brief Application entry point
* // http://www.apache.org/licenses/LICENSE-2.0
* Copyright (C) Espressif 2016 //
* Created by Yulong at 2016/9/9 // Unless required by applicable law or agreed to in writing, software
* // distributed under the License is distributed on an "AS IS" BASIS,
* // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
**************************************************************************************** // See the License for the specific language governing permissions and
*/ // limitations under the License.
#include "bt_app_defs.h" #include "bt_app_defs.h"

View File

@@ -1,3 +1,17 @@
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>
#include <stdbool.h> #include <stdbool.h>

View File

@@ -1,15 +1,16 @@
/** // Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
**************************************************************************************** //
* // Licensed under the Apache License, Version 2.0 (the "License");
* @file app_airsync_md5.h // you may not use this file except in compliance with the License.
* // You may obtain a copy of the License at
* @brief Application airsync md5 generation Entry Point
* // http://www.apache.org/licenses/LICENSE-2.0
* Copyright (C) ESPRESSIF 2016 //
* Created by Yulong at 2016/10/9 // Unless required by applicable law or agreed to in writing, software
* // distributed under the License is distributed on an "AS IS" BASIS,
**************************************************************************************** // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/ // See the License for the specific language governing permissions and
// limitations under the License.
#include "prf_defs.h" #include "prf_defs.h"
#if (WX_AIRSYNC_CFG) #if (WX_AIRSYNC_CFG)

View File

@@ -1,15 +1,16 @@
/** // Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
**************************************************************************************** //
* // Licensed under the Apache License, Version 2.0 (the "License");
* @file app_airsync_prf.c // you may not use this file except in compliance with the License.
* // You may obtain a copy of the License at
* @brief Application Security Entry Point
* // http://www.apache.org/licenses/LICENSE-2.0
* Copyright (C) ESPRESSIF 2016 //
* Created by Yulong at 2016/9/30 // Unless required by applicable law or agreed to in writing, software
* // distributed under the License is distributed on an "AS IS" BASIS,
**************************************************************************************** // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/ // See the License for the specific language governing permissions and
// limitations under the License.
#include "prf_defs.h" #include "prf_defs.h"
#if (WX_AIRSYNC_CFG) #if (WX_AIRSYNC_CFG)

View File

@@ -1,20 +1,16 @@
/** // Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
******************************************************************************* // http://www.apache.org/licenses/LICENSE-2.0
********* //
* // Unless required by applicable law or agreed to in writing, software
* @file app_button.c // distributed under the License is distributed on an "AS IS" BASIS,
* // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* @brief button Service Application entry point // See the License for the specific language governing permissions and
* // limitations under the License.
* Copyright (C) ESPRESSSIF 2016
* Created by Yulong at 2016/08/24
*
*
*******************************************************************************
*********
*/
#include "prf_defs.h" #include "prf_defs.h"

View File

@@ -1,3 +1,17 @@
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
/**************************************************************************** /****************************************************************************
* *
* This file is for gatt client. It can scan ble device, connect one device, * This file is for gatt client. It can scan ble device, connect one device,

View File

@@ -1,3 +1,17 @@
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
/*************************************************************** /***************************************************************
* *
* This file is for gatt server device. It instantiates BATTERY * This file is for gatt server device. It instantiates BATTERY

View File

@@ -1,16 +1,3 @@
/**
****************************************************************************************
*
* @file app_airsync_md5.h
*
* @brief Application airsync md5 generation head Entry Point
*
* Copyright (C) ESPRESSIF 2016
* Created by Yulong at 2016/10/9
*
****************************************************************************************
*/
#ifndef __APP_AIRSYNC_MD5__ #ifndef __APP_AIRSYNC_MD5__
#define __APP_AIRSYNC_MD5__ #define __APP_AIRSYNC_MD5__

View File

@@ -1,15 +1,3 @@
/**
****************************************************************************************
*
* @file app_airsync_prf.h
*
* @brief Application Security Entry Point
*
* Copyright (C) ESPRESSIF 2016
* Created by Yulong at 2016/9/30
*
****************************************************************************************
*/
#ifndef _APP_AIRSYNC_PRF_H__ #ifndef _APP_AIRSYNC_PRF_H__
#define _APP_AIRSYNC_PRF_H__ #define _APP_AIRSYNC_PRF_H__

View File

@@ -1,17 +1,3 @@
/**
****************************************************************************************
*
* @file app_button.h
*
* @brief button Service Application entry point
*
* Copyright (C) ESPRESSIF 2016
* Created by Yulong at 2016/02/24
*
*
****************************************************************************************
*/
/* /*
* DEFINES * DEFINES
**************************************************************************************** ****************************************************************************************

View File

@@ -1,18 +1,3 @@
/**
*******************************************************************************
*********
*
* @file app_button_int.h
*
* @brief button Service Application entry point
*
* Copyright (C) ESPRESSSIF 2016
* Created by Yulong at 2016/10/17
*
*******************************************************************************
**********/
#include "prf_defs.h" #include "prf_defs.h"
#include "bt_prf_sys.h" #include "bt_prf_sys.h"
#include "bt_types.h" #include "bt_types.h"

View File

@@ -1,3 +1,17 @@
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <unistd.h> #include <unistd.h>

View File

@@ -1,3 +1,17 @@
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
/*************************************************************** /***************************************************************
* *
* This file is for gatt server device. It instantiates BATTERY * This file is for gatt server device. It instantiates BATTERY

View File

@@ -1,3 +1,17 @@
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#include <stdio.h> #include <stdio.h>
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>

View File

@@ -1,3 +1,17 @@
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>