Blame view

Twear/3rd/Mediatek/FmpCentral.h 474 Bytes
75d24c15   yangbin   123
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  //
  //  FmpCentral.h
  //  FMP_Proj
  //
  //  Created by ken on 14-7-10.
  //  Copyright (c) 2014 ken. All rights reserved.
  //
  
  #import <Foundation/Foundation.h>
  #import <CoreBluetooth/CoreBluetooth.h>
  
  __attribute__((deprecated("use the class FmpGattClient instead")))
  @interface FmpCentral : NSObject
  
  -(id)initWithPeripheral:(CBPeripheral *)periheral alertLevel: alertLevelCharactistic;
  -(BOOL)findTarget:(int)level;
  @property (nonatomic,readwrite) Boolean isReadyFind;
  
  @end