]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBBluetoothController.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / SpringBoard-2.1 / SBBluetoothController.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import "NSObject.h"
8
9 @class NSMutableArray;
10
11 @interface SBBluetoothController : NSObject
12 {
13 NSMutableArray *_devices;
14 }
15
16 + (id)sharedInstance;
17 - (void)dealloc;
18 - (id)firstBTDeviceToReportBatteryLevel;
19 - (BOOL)canReportBatteryLevel;
20 - (float)batteryLevel;
21 - (void)noteDevicesChanged;
22 - (void)startWatchingForDevices;
23 - (void)stopWatchingForDevices;
24 - (void)iapDeviceChanged:(id)fp8;
25 - (void)addDeviceNotification:(id)fp8;
26 - (void)removeDeviceNotification:(id)fp8;
27 - (void)connectionChanged:(id)fp8;
28 - (void)batteryChanged:(id)fp8;
29 - (void)unjackAudio;
30
31 @end
32