Skip to content

Commit

Permalink
fix uuid for include service
Browse files Browse the repository at this point in the history
  • Loading branch information
lulf committed Aug 23, 2024
1 parent 8d12876 commit ec410f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/src/attribute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub const GENERIC_ATTRIBUTE_SERVICE_UUID16: Uuid = Uuid::Uuid16(0x1801u16.to_le_

pub const PRIMARY_SERVICE_UUID16: Uuid = Uuid::Uuid16(0x2800u16.to_le_bytes());
pub const SECONDARY_SERVICE_UUID16: Uuid = Uuid::Uuid16(0x2801u16.to_le_bytes());
pub const INCLUDE_SERVICE_UUID16: Uuid = Uuid::Uuid16(0x2801u16.to_le_bytes());
pub const INCLUDE_SERVICE_UUID16: Uuid = Uuid::Uuid16(0x2802u16.to_le_bytes());
pub const CHARACTERISTIC_UUID16: Uuid = Uuid::Uuid16(0x2803u16.to_le_bytes());
pub const CHARACTERISTIC_CCCD_UUID16: Uuid = Uuid::Uuid16(0x2902u16.to_le_bytes());
pub const GENERIC_ATTRIBUTE_UUID16: Uuid = Uuid::Uuid16(0x1801u16.to_le_bytes());
Expand Down

0 comments on commit ec410f4

Please sign in to comment.