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

Commit ce16a151 authored by Hsin-chen Chuang's avatar Hsin-chen Chuang
Browse files

floss: Gatt: Add more comments to connection_parameter_update

Bug: 315276614
Tag: #floss
Test: mmm packages/modules/Bluetooth
Flag: EXEMPT, comment change
Change-Id: I2b0079d1b3a4d8e288b65875f3d2b7ccf21bb704
parent 15e3f645
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -601,6 +601,8 @@ pub trait IBluetoothGatt {
    fn configure_mtu(&self, client_id: i32, addr: String, mtu: i32);

    /// Requests a connection parameter update.
    /// This causes |on_connection_updated| to be called if there is already an existing
    /// connection to |addr|; Otherwise the method won't generate any callbacks.
    fn connection_parameter_update(
        &self,
        client_id: i32,