Skip to content

Instantly share code, notes, and snippets.

@jonbalbarin
Created January 3, 2014 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonbalbarin/588eccf1e26cbb6994dc to your computer and use it in GitHub Desktop.
Save jonbalbarin/588eccf1e26cbb6994dc to your computer and use it in GitHub Desktop.
@interface GMBluetoothProximityManager : NSObject
- (void)startBroadcasting;
- (void)stopBroadcasting;
- (BOOL)isBroadcasting;
- (void)startListening;
- (void)stopListening;
- (BOOL)isListening;
- (BOOL)trackingIsSupported;
@property (nonatomic, readonly) NSArray *discoveredUsers;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment