Skip to content

Commit

Permalink
Merge pull request #12 from randalln/main
Browse files Browse the repository at this point in the history
  • Loading branch information
weliem authored Apr 15, 2024
2 parents 76435fe + 28b11fe commit b5cd9a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ internal class HeartRateService(peripheralManager: BluetoothPeripheralManager) :

private val measurement = BluetoothGattCharacteristic(
HEARTRATE_MEASUREMENT_CHARACTERISTIC_UUID,
BluetoothGattCharacteristic.PROPERTY_READ or BluetoothGattCharacteristic.PROPERTY_INDICATE,
BluetoothGattCharacteristic.PROPERTY_NOTIFY,
BluetoothGattCharacteristic.PERMISSION_READ
)
private val handler = Handler(Looper.getMainLooper())
Expand Down

0 comments on commit b5cd9a3

Please sign in to comment.