Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1153aece authored by Sarvesh Kalwit's avatar Sarvesh Kalwit Committed by Gerrit Code Review
Browse files

Merge "floss: Complete BTIF to Floss GATT attribute type conversions" into main

parents 48bf8655 fcb80ba8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -807,7 +807,7 @@ impl BluetoothGattService {
                            elem.uuid.uu,
                            elem.attribute_handle as i32,
                            elem.properties as i32,
                            0,
                            elem.permissions as i32,
                        )),
                        None => {
                            // TODO(b/193685325): Log error.
@@ -822,7 +822,7 @@ impl BluetoothGattService {
                            Some(c) => c.descriptors.push(BluetoothGattDescriptor::new(
                                elem.uuid.uu,
                                elem.attribute_handle as i32,
                                0,
                                elem.permissions as i32,
                            )),
                            None => {
                                // TODO(b/193685325): Log error.