src.bluetooth_sig.gatt.characteristics.body_sensor_location

Body Sensor Location characteristic implementation.

Classes

Name

Description

BodySensorLocation

Body sensor location enumeration (0x2A38).

BodySensorLocationCharacteristic

Body Sensor Location characteristic (0x2A38).

Module Contents

class src.bluetooth_sig.gatt.characteristics.body_sensor_location.BodySensorLocation

Bases: enum.IntEnum

Body sensor location enumeration (0x2A38).

CHEST = 1
EAR_LOBE = 5
FINGER = 3
FOOT = 6
HAND = 4
OTHER = 0
WRIST = 2
class src.bluetooth_sig.gatt.characteristics.body_sensor_location.BodySensorLocationCharacteristic

Bases: src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[int]

Body Sensor Location characteristic (0x2A38).

Represents the location of a sensor on the human body. Used primarily with heart rate and other health monitoring devices.

Spec: Bluetooth SIG Assigned Numbers, Body Sensor Location characteristic

max_value: int
min_value: int