Sunday, September 21, 2014

iOS8:Framework:Core Bluetooth Framework:Tasks

iOS8 Framework

ATT Request
  • Requesting to read and write characteristic values
Attribute

Characteristic (Attribute)
  • Identifying a characteristic
  • Accessing characteristic data
Mutable Characteristic (Attribute)
  • Initializing a mutable characteristic
  • Managing a mutable characteristic
Descriptor (Attribute)
  • Identifying a descriptor
  • Accessing descriptor data
Mutable Descriptor (Attribute)
  • Initializing a mutable descriptor
Service (Attribute)
  • Identifying a service
  • Accessing service data
Mutable Service (Attribute)
  • Initializing a mutable service
  • Managing a mutable service
Central Manager
  • Initializng a central manager
  • Establishing air cancelling connections with peripherals
  • Retrieving lists of peripherals
  • Scanning or stopping scans of peripherals
  • Monitoring properties
Peer

Central (Peer)
  • Identifying a remote central
Peripheral (Peer)
  • Identifying a peripheral
  • Discovering services
  • Discovering characteristics and characteristic descriptors
  • Reading characteristic and characteristic descriptor values
  • Writing characteristic and characteristic descriptor values
  • Setting notifications for a characteristic's value
  • Monitoring a peripheral's connection state
  • Accessing a peripheral's received signal strength indicator (RSSI) data
Peripheral Manager
  • Initializing a peripheral manager Monitoring the state of a peripheral manager
  • Adding and removing services
  • Managing advertising
  • Sending updates of a characteristic's value
  • Responding to read and write requests
  • Setting connection latency
UUID
  • Creating new UUID objects

No comments: