Blame view

HDFwear/3rd/Mediatek/FmpGattClient.h 304 Bytes
75d24c15   yangbin   123
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  //
  //  FmpGattClient.h
  //  MTKBleManager
  //
  //  Created by user on 15-2-11.
  //  Copyright (c) 2015 ___MTK___. All rights reserved.
  //
  
  #import <Foundation/Foundation.h>
  #import "BLEClientProfile.h"
  
  @interface FmpGattClient : BLEClientProfile
  
  +(id)getInstance;
  
  - (BOOL)findTarget: (int)level;
  
  @end