Added support for obtaining BLE device name by parsing advertising data.

Fork of BLE_BlueNRG by Mridupawan Das

Committer:
mridup
Date:
Wed Jul 16 04:59:51 2014 +0000
Revision:
0:309c845d289d
Full BlueNRG library

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mridup 0:309c845d289d 1 /**
mridup 0:309c845d289d 2 ******************************************************************************
mridup 0:309c845d289d 3 * @file SPI/SPI_FullDuplex_ComIT/Inc/stm32l0xx_it.h
mridup 0:309c845d289d 4 * @author MCD Application Team
mridup 0:309c845d289d 5 * @version V1.0.0
mridup 0:309c845d289d 6 * @date 24-April-2014
mridup 0:309c845d289d 7 * @brief This file contains the headers of the interrupt handlers.
mridup 0:309c845d289d 8 ******************************************************************************
mridup 0:309c845d289d 9 * @attention
mridup 0:309c845d289d 10 *
mridup 0:309c845d289d 11 * <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
mridup 0:309c845d289d 12 *
mridup 0:309c845d289d 13 * Redistribution and use in source and binary forms, with or without modification,
mridup 0:309c845d289d 14 * are permitted provided that the following conditions are met:
mridup 0:309c845d289d 15 * 1. Redistributions of source code must retain the above copyright notice,
mridup 0:309c845d289d 16 * this list of conditions and the following disclaimer.
mridup 0:309c845d289d 17 * 2. Redistributions in binary form must reproduce the above copyright notice,
mridup 0:309c845d289d 18 * this list of conditions and the following disclaimer in the documentation
mridup 0:309c845d289d 19 * and/or other materials provided with the distribution.
mridup 0:309c845d289d 20 * 3. Neither the name of STMicroelectronics nor the names of its contributors
mridup 0:309c845d289d 21 * may be used to endorse or promote products derived from this software
mridup 0:309c845d289d 22 * without specific prior written permission.
mridup 0:309c845d289d 23 *
mridup 0:309c845d289d 24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
mridup 0:309c845d289d 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
mridup 0:309c845d289d 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
mridup 0:309c845d289d 27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
mridup 0:309c845d289d 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
mridup 0:309c845d289d 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
mridup 0:309c845d289d 30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
mridup 0:309c845d289d 31 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
mridup 0:309c845d289d 32 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
mridup 0:309c845d289d 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
mridup 0:309c845d289d 34 *
mridup 0:309c845d289d 35 ******************************************************************************
mridup 0:309c845d289d 36 */
mridup 0:309c845d289d 37
mridup 0:309c845d289d 38 /* Define to prevent recursive inclusion -------------------------------------*/
mridup 0:309c845d289d 39 #ifndef __STM32L0xx_IT_H
mridup 0:309c845d289d 40 #define __STM32L0xx_IT_H
mridup 0:309c845d289d 41
mridup 0:309c845d289d 42 #ifdef __cplusplus
mridup 0:309c845d289d 43 extern "C" {
mridup 0:309c845d289d 44 #endif
mridup 0:309c845d289d 45
mridup 0:309c845d289d 46 /* Includes ------------------------------------------------------------------*/
mridup 0:309c845d289d 47 /* Exported types ------------------------------------------------------------*/
mridup 0:309c845d289d 48 /* Exported constants --------------------------------------------------------*/
mridup 0:309c845d289d 49 /* Exported macro ------------------------------------------------------------*/
mridup 0:309c845d289d 50 /* Exported functions ------------------------------------------------------- */
mridup 0:309c845d289d 51
mridup 0:309c845d289d 52 void NMI_Handler(void);
mridup 0:309c845d289d 53 void HardFault_Handler(void);
mridup 0:309c845d289d 54 void SVC_Handler(void);
mridup 0:309c845d289d 55 void DebugMon_Handler(void);
mridup 0:309c845d289d 56 void PendSV_Handler(void);
mridup 0:309c845d289d 57 void SysTick_Handler(void);
mridup 0:309c845d289d 58 void SPIx_IRQHandler(void);
mridup 0:309c845d289d 59
mridup 0:309c845d289d 60 #ifdef __cplusplus
mridup 0:309c845d289d 61 }
mridup 0:309c845d289d 62 #endif
mridup 0:309c845d289d 63
mridup 0:309c845d289d 64 #endif /* __STM32L0xx_IT_H */
mridup 0:309c845d289d 65
mridup 0:309c845d289d 66 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/