mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 13:20:39 +00:00
bluetooth_gatt: fix spelling of ORG_BLUETOOTH_CHARACTERISTIC_BATTERY_CRITCAL_STATUS
This commit is contained in:
parent
404dc667ff
commit
7f5d8e5f11
@ -71,7 +71,7 @@ static const uint16_t bas_uuid16s[BAS_CHARACTERISTIC_INDEX_NUM] = {
|
||||
ORG_BLUETOOTH_CHARACTERISTIC_BATTERY_LEVEL,
|
||||
ORG_BLUETOOTH_CHARACTERISTIC_BATTERY_LEVEL_STATUS,
|
||||
ORG_BLUETOOTH_CHARACTERISTIC_ESTIMATED_SERVICE_DATE,
|
||||
ORG_BLUETOOTH_CHARACTERISTIC_BATTERY_CRITCAL_STATUS,
|
||||
ORG_BLUETOOTH_CHARACTERISTIC_BATTERY_CRITICAL_STATUS,
|
||||
ORG_BLUETOOTH_CHARACTERISTIC_BATTERY_ENERGY_STATUS,
|
||||
ORG_BLUETOOTH_CHARACTERISTIC_BATTERY_TIME_STATUS,
|
||||
ORG_BLUETOOTH_CHARACTERISTIC_BATTERY_HEALTH_STATUS,
|
||||
|
@ -451,7 +451,7 @@
|
||||
#define ORG_BLUETOOTH_CHARACTERISTIC_HEARING_AID_FEATURES 0x2BDA // Hearing Aid Features
|
||||
#define ORG_BLUETOOTH_CHARACTERISTIC_HEARING_AID_PRESET_CONTROL_POINT 0x2BDB // Hearing Aid Preset Control Point
|
||||
#define ORG_BLUETOOTH_CHARACTERISTIC_ACTIVE_PRESET_INDEX 0x2BDC // Active Preset Index
|
||||
#define ORG_BLUETOOTH_CHARACTERISTIC_BATTERY_CRITCAL_STATUS 0x2BE9 // Battery Critical Status
|
||||
#define ORG_BLUETOOTH_CHARACTERISTIC_BATTERY_CRITICAL_STATUS 0x2BE9 // Battery Critical Status
|
||||
#define ORG_BLUETOOTH_CHARACTERISTIC_BATTERY_HEALTH_STATUS 0x2BEA // Battery Health Status
|
||||
#define ORG_BLUETOOTH_CHARACTERISTIC_BATTERY_HEALTH_INFORMATION 0x2BEB // Battery Health Information
|
||||
#define ORG_BLUETOOTH_CHARACTERISTIC_BATTERY_INFORMATION 0x2BEC // Battery Health Information
|
||||
|
Loading…
x
Reference in New Issue
Block a user