summaryrefslogtreecommitdiffstats
path: root/bta/include/bta_gatts_co.h
diff options
context:
space:
mode:
Diffstat (limited to 'bta/include/bta_gatts_co.h')
-rw-r--r--bta/include/bta_gatts_co.h46
1 files changed, 29 insertions, 17 deletions
diff --git a/bta/include/bta_gatts_co.h b/bta/include/bta_gatts_co.h
index cb1ff76..86f65dc 100644
--- a/bta/include/bta_gatts_co.h
+++ b/bta/include/bta_gatts_co.h
@@ -1,14 +1,26 @@
-/*****************************************************************************
-**
-** Name: bta_gatts_co.h
-**
-** Description: This is the interface file for BTA GATT server call-out
-** functions.
-**
-** Copyright (c) 2010, Broadcom Corp., All Rights Reserved.
-** Broadcom Bluetooth Core. Proprietary and confidential.
-**
-*****************************************************************************/
+/******************************************************************************
+ *
+ * Copyright (C) 2010-2012 Broadcom Corporation
+ *
+ * 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 is the interface file for BTA GATT server call-out functions.
+ *
+ ******************************************************************************/
#ifndef BTA_GATTS_CO_H
#define BTA_GATTS_CO_H
@@ -40,14 +52,14 @@ BTA_API extern void bta_gatts_co_update_handle_range(BOOLEAN is_add, tBTA_GATTS_
** Parameter cmd - request command
** p_req - request paramters
** p_rsp - response data for the request
-**
+**
** Returns TRUE - if the request is processed successfully and
** the response is returned in p_rsp.
** FASLE - if the request can not be processed
**
*******************************************************************************/
-BTA_API extern BOOLEAN bta_gatts_co_srv_chg(tBTA_GATTS_SRV_CHG_CMD cmd,
- tBTA_GATTS_SRV_CHG_REQ *p_req,
+BTA_API extern BOOLEAN bta_gatts_co_srv_chg(tBTA_GATTS_SRV_CHG_CMD cmd,
+ tBTA_GATTS_SRV_CHG_REQ *p_req,
tBTA_GATTS_SRV_CHG_RSP *p_rsp);
/*******************************************************************************
@@ -55,14 +67,14 @@ BTA_API extern BOOLEAN bta_gatts_co_srv_chg(tBTA_GATTS_SRV_CHG_CMD cmd,
** Function bta_gatts_co_load_handle_range
**
** Description This callout function is executed by GATTS when a GATT server
-** handle range is requested to be loaded from NV.
+** handle range is requested to be loaded from NV.
**
-** Parameter
+** Parameter
**
** Returns void.
**
*******************************************************************************/
-BTA_API extern BOOLEAN bta_gatts_co_load_handle_range(UINT8 index,
+BTA_API extern BOOLEAN bta_gatts_co_load_handle_range(UINT8 index,
tBTA_GATTS_HNDL_RANGE *p_handle);