summaryrefslogtreecommitdiffstats
path: root/stack/pan/pan_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'stack/pan/pan_main.c')
-rw-r--r--stack/pan/pan_main.c39
1 files changed, 26 insertions, 13 deletions
diff --git a/stack/pan/pan_main.c b/stack/pan/pan_main.c
index 36d7a8c..6cbe1ce 100644
--- a/stack/pan/pan_main.c
+++ b/stack/pan/pan_main.c
@@ -1,14 +1,27 @@
-/****************************************************************************/
-/* */
-/* Name: pan_main.c */
-/* */
-/* Function: this file contains main functions to support PAN profile */
-/* commands and events. */
-/* */
-/* Copyright (c) 1999-2004, WIDCOMM Inc., All Rights Reserved. */
-/* WIDCOMM Bluetooth Core. Proprietary and confidential. */
-/* */
-/****************************************************************************/
+/******************************************************************************
+ *
+ * Copyright (C) 1999-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 file contains main functions to support PAN profile
+ * commands and events.
+ *
+ ******************************************************************************/
#include <string.h>
#include "gki.h"
@@ -37,7 +50,7 @@ UINT8 constant_pan_uuid[UUID_CONSTANT_PART] = {0, 0, 0x10, 0, 0x80, 0x00, 0x00,
** Description This function registers PAN profile with BNEP
**
** Parameters: none
-**
+**
** Returns none
**
*******************************************************************************/
@@ -73,7 +86,7 @@ void pan_register_with_bnep (void)
** remote_uuid - UUID of the source role (peer device role)
** local_uuid - UUID of the destination role (local device role)
** is_role_change - Flag to indicate that it is a role change
-**
+**
** Returns none
**
*******************************************************************************/