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

Commit 39b9292a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Floss: Add request_exec_write_cb in to server_context_map"

parents 21fd0a87 6d1dd39c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3417,6 +3417,8 @@ impl BtifGattServerCallbacks for BluetoothGatt {
        addr: RawAddress,
        exec_write: i32,
    ) {
        self.server_context_map.add_request(trans_id, 0);

        if let Some(cbid) =
            self.server_context_map.get_by_conn_id(conn_id).map(|server| server.cbid)
        {