Skip to content

Instantly share code, notes, and snippets.

@timburks
Created April 18, 2012 07:33
Show Gist options
  • Save timburks/2411759 to your computer and use it in GitHub Desktop.
Save timburks/2411759 to your computer and use it in GitHub Desktop.
Check out that Bluetooth LE setup time. This is with a Wahoo Blue HR and an iPhone 4S using CoreBluetooth.
2012-04-18 00:17:57.771 HRM[1137:707] Launching
2012-04-18 00:17:57.820 HRM[1137:707] Retrieved peripheral: 1 - (
"<CBConcretePeripheral: 0x1431a0>"
)
2012-04-18 00:17:57.850 HRM[1137:707] connected
2012-04-18 00:17:59.839 HRM[1137:707] Service found with UUID: Generic
Access Profile
2012-04-18 00:17:59.841 HRM[1137:707] Service found with UUID: Generic
Attribute Profile
2012-04-18 00:17:59.844 HRM[1137:707] Service found with UUID: Unknown (<180a>)
2012-04-18 00:17:59.846 HRM[1137:707] Service found with UUID: Unknown (<180d>)
2012-04-18 00:18:00.255 HRM[1137:707] Found a Device Name Characteristic
2012-04-18 00:18:00.258 HRM[1137:707] Device Name =
2012-04-18 00:18:00.886 HRM[1137:707] Found a Device Manufacturer Name
Characteristic
2012-04-18 00:18:01.305 HRM[1137:707] Found a Heart Rate Measurement
Characteristic
2012-04-18 00:18:01.307 HRM[1137:707] Found a Body Sensor Location
Characteristic
2012-04-18 00:18:01.515 HRM[1137:707] Manufacturer Name = NordicSemiconductor
2012-04-18 00:18:02.248 HRM[1137:707] received value: <0646>
2012-04-18 00:18:02.250 HRM[1137:707] bpm 70
2012-04-18 00:18:02.355 HRM[1137:707] Body Sensor Location = Chest (1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment