• 大小: 8.48MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-17
  • 语言: 其他
  • 标签: CC2541  WECHAT  airsync  

资源简介

低功耗蓝牙CC2541连接微信,代码全部开源,便于修改!!!可以通过AirsyncDebugger软件测试。里面含有自定义LED,直流电机控制,定时器Timer3应用APP。含有一些简单AT指令处理代码。

资源截图

代码片段和文件信息

/**************************************************************************************************
  Filename:       gatt_uuid.c
  Revised:        $Date: 2009-06-29 16:20:52 -0700 (Mon 29 Jun 2009) $
  Revision:       $Revision: 20240 $

  Description:    This file contains Generic Attribute Profile (GATT)
                  UUID types.


  Copyright 2011-2013 Texas Instruments Incorporated. All rights reserved.

  IMPORTANT: Your use of this Software is limited to those specific rights
  granted under the terms of a software license agreement between the user
  who downloaded the software his/her employer (which must be your employer)
  and Texas Instruments Incorporated (the “License“).  You may not use this
  Software unless you agree to abide by the terms of the License. The License
  limits your use and you acknowledge that the Software may not be modified
  copied or distributed unless embedded on a Texas Instruments microcontroller
  or used solely and exclusively in conjunction with a Texas Instruments radio
  frequency transceiver which is integrated into your product.  Other than for
  the foregoing purpose you may not use reproduce copy prepare derivative
  works of modify distribute perform display or sell this Software and/or
  its documentation for any purpose.

  YOU FURTHER ACKNOWLEDGE AND AGREE THAT THE SOFTWARE AND DOCUMENTATION ARE
  PROVIDED 揂S IS?WITHOUT WARRANTY OF ANY KIND EITHER EXPRESS OR IMPLIED
  INCLUDING WITHOUT LIMITATION ANY WARRANTY OF MERCHANTABILITY title
  NON-INFRINGEMENT AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL
  TEXAS INSTRUMENTS OR ITS LICENSORS BE LIABLE OR OBLIGATED UNDER CONTRACT
  NEGLIGENCE STRICT LIABILITY CONTRIBUTION BREACH OF WARRANTY OR OTHER
  LEGAL EQUITABLE THEORY ANY DIRECT OR INDIRECT DAMAGES OR EXPENSES
  INCLUDING BUT NOT LIMITED TO ANY INCIDENTAL SPECIAL INDIRECT PUNITIVE
  OR CONSEQUENTIAL DAMAGES LOST PROFITS OR LOST DATA COST OF PROCUREMENT
  OF SUBSTITUTE GOODS TECHNOLOGY SERVICES OR ANY CLAIMS BY THIRD PARTIES
  (INCLUDING BUT NOT LIMITED TO ANY DEFENSE THEREOF) OR OTHER SIMILAR COSTS.

  Should you have any questions regarding your right to use this Software
  contact Texas Instruments Incorporated at www.TI.com.
**************************************************************************************************/


/*********************************************************************
 * INCLUDES
 */
#include “comdef.h“
#include “OSAL.h“

#include “gatt.h“
#include “gatt_uuid.h“

/*********************************************************************
 * MACROS
 */

/*********************************************************************
 * CONSTANTS
 */

/*********************************************************************
 * TYPEDEFS
 */

/*********************************************************************
 * GLOBAL VARIABLES
 */

/**
 * GATT Services
 */
// Generic Acc

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     109731  2018-07-27 17:13  CC2541_BLE_Wechat\Components\ble\controller\include\ll.h

     文件       3370  2018-07-27 17:13  CC2541_BLE_Wechat\Components\ble\controller\include\ll_math.h

     文件       3958  2018-07-27 17:13  CC2541_BLE_Wechat\Components\ble\controller\include\ll_sleep.h

     文件       8683  2018-07-27 17:13  CC2541_BLE_Wechat\Components\ble\controller\include\ll_timer2.h

     文件      71293  2018-07-27 17:13  CC2541_BLE_Wechat\Components\ble\controller\include\phy.h

     文件       3683  2018-07-27 17:13  CC2541_BLE_Wechat\Components\ble\controller\include\phy_image.h

     文件       3816  2018-07-27 17:13  CC2541_BLE_Wechat\Components\ble\hci\hci_data.h

     文件      10076  2018-07-27 17:13  CC2541_BLE_Wechat\Components\ble\hci\hci_event.h

     文件      14329  2018-07-27 17:13  CC2541_BLE_Wechat\Components\ble\hci\hci_tl.h

     文件       9819  2018-07-27 17:13  CC2541_BLE_Wechat\Components\ble\host\gatt_uuid.c

     文件       9622  2018-07-27 17:13  CC2541_BLE_Wechat\Components\ble\host\linkdb.h

     文件      43369  2018-07-27 17:13  CC2541_BLE_Wechat\Components\ble\include\att.h

     文件      10782  2018-07-27 17:13  CC2541_BLE_Wechat\Components\ble\include\bcomdef.h

     文件      57347  2018-07-27 17:13  CC2541_BLE_Wechat\Components\ble\include\gap.h

     文件      64808  2018-07-27 17:13  CC2541_BLE_Wechat\Components\ble\include\gatt.h

     文件       6618  2018-07-27 17:13  CC2541_BLE_Wechat\Components\ble\include\gatt_uuid.h

     文件      90243  2018-07-27 17:13  CC2541_BLE_Wechat\Components\ble\include\hci.h

     文件      14378  2018-07-27 17:13  CC2541_BLE_Wechat\Components\ble\include\l2cap.h

     文件      12711  2018-07-27 17:13  CC2541_BLE_Wechat\Components\ble\include\sm.h

     文件       9887  2018-07-27 17:13  CC2541_BLE_Wechat\Components\hal\common\hal_assert.c

     文件       9048  2018-07-27 17:13  CC2541_BLE_Wechat\Components\hal\common\hal_drivers.c

     文件       6201  2018-07-27 17:13  CC2541_BLE_Wechat\Components\hal\include\hal_adc.h

     文件       5478  2018-07-27 17:13  CC2541_BLE_Wechat\Components\hal\include\hal_assert.h

     文件         28  2018-07-27 17:13  CC2541_BLE_Wechat\Components\hal\include\hal_board.h

     文件       5860  2018-07-27 17:13  CC2541_BLE_Wechat\Components\hal\include\hal_defs.h

     文件       4434  2018-07-27 17:13  CC2541_BLE_Wechat\Components\hal\include\hal_drivers.h

     文件       4964  2018-07-27 17:13  CC2541_BLE_Wechat\Components\hal\include\hal_flash.h

     文件       6193  2018-07-27 17:13  CC2541_BLE_Wechat\Components\hal\include\hal_key.h

     文件       5677  2018-07-27 17:13  CC2541_BLE_Wechat\Components\hal\include\hal_lcd.h

     文件       4288  2018-07-27 17:13  CC2541_BLE_Wechat\Components\hal\include\hal_led.h

............此处省略537个文件信息

评论

共有 条评论